Rumora

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.

Bodies and responses are in Command reference. A full first job is First agent request.

Last updated on