A platform for agents

The same context Rebase captures for humans is now available to your tools and coding agents. A programmatic API, scoped tokens, and a Model Context Protocol server mean an agent can pull a fully-described issue and start working — no copy-paste required.
Agent API
A versioned /v1 API exposes tickets and their full machine-readable context — captures, console, network, and the suspected source location. Authenticate with project-scoped rbk_ tokens you create and revoke from settings.
MCP server
Install [@rebasedotdev/mcp](https://www.npmjs.com/package/@rebasedotdev/mcp) and your agent can read Rebase issues directly inside its workflow. Point it at a ticket and it gets everything Rebase knows.
In-widget Debug view
For the humans, every ticket can now flip from the comment thread to a structured Debug view right inside the widget — the same machine context the API serves, readable inline without leaving the page.