Bring your own agent
Your own agent (Claude Desktop, Claude Code, Cursor, or anything that speaks the Model Context Protocol) can read your PorchOps workspace over MCP. Connect a client, mint a token, and call the tools.
PorchOps exposes its primitives as MCP servers, one per surface. At launch the customer-graph server is live and read-only: look up a customer, search in natural language, walk a timeline, summarize a window, and list the runs that touched a customer. More servers (agent ops, business metrics, knowledge base, code context, playbook runtime) follow.
BYOA is a paid feature. Free workspaces cannot mint tokens; the MCP endpoints refuse them. Read calls are included in your plan up to the per-tier daily caps; see limits.
QuickstartConnect Claude Desktop, Claude Code, Cursor, or a generic MCP client.
→API tokensCreate, scope, rotate, and revoke the pkk_ bearer tokens that authenticate BYOA.
→Limits & errorsPer-token rate limits, per-tier daily caps, the 429 contract, and error kinds.
→Customer graph toolsThe five read tools, generated from the shipped schemas.
→