REST API
HTTP routes for the same workspace commands as MCP. One token, one wallet, one idempotency map.
The REST API is the same commands as MCP, over HTTP. There is no paste route and no second wallet. Base path is /api/v1.
Authenticate with Authorization: Bearer rmr_.... Write requests send idempotency_key in JSON (or Idempotency-Key as a header). The key must be at least 8 characters.
Playground
Paste a token and run the same routes in the browser.
Authenticate
Mint the token and send Bearer plus an idempotency key.
Rate limits
10 write calls per workspace per minute.
Errors
Error codes, HTTP status, and the next action.
OpenAPI
Generated spec from the command catalog.
Bodies and responses are in Command reference. A full first job is First agent request.
Last updated on