🔌
Talk to the platform directly.
Public API
A REST interface to apps, environments, deployments and domains at api.fortrabbit.com/v1. It authenticates with a personal token and is the foundation the CLI and the MCP server build on.
Everything the dashboard does, scriptable. Apps, environments, deployments and domains over HTTP, addressed by the same short IDs the dashboard shows. What gets done by clicking can be done by a pipeline, a script or an agent instead.
The layer under everything else
The CLI is a client of this API, and the MCP server is how agents reach it. Anything built directly against it sits at the same level as the tools fortrabbit ships — no second-class interface, no scraping a dashboard that was not built to be scraped.
A reference that cannot drift
The endpoint reference is generated from the API itself, so it always describes what the API actually accepts.
Tokens, the entry point and the rate limits, with worked examples: