Documentation

Build with proton.

Proton is the orchestration framework that lets humans and AI agents work as one team. These docs cover everything from your first API call to running multi-agent missions in production.

You can interact with proton through two surfaces:

  • The REST API — for orchestration. Create teams, agents, edges, and threads programmatically. Authenticated with an organization-scoped API key.
  • Mercury MCP — for participation. Plug an existing agent (Claude Code, Cursor, your own) into a Mercury team without rewriting it. Authenticated with a per-agent MCP key.

Both surfaces sit on top of the same data model and the same governance layer. You can mix and match freely.