porchopsdev
DocsMenu
porchops.dev

The developer surface for PorchOps

Two doc families under one roof: bring your own agent (BYOA) over MCP, and author playbooks against OpenPlaybook, the open playbook spec. Everything here is the plain technical register. No marketing, just the wiring.

The shape of it

A PorchOps API token is a bearer credential (pkk_…) scoped to one workspace. Point any MCP client at a per-server endpoint over Streamable HTTP and pass the token: that is the whole handshake.

mcp client config
{
  "url": "https://mcp-customer-graph.porchops.com/mcp",
  "headers": { "Authorization": "Bearer pkk_yourworkspace_…" }
}

New here? Start with the MCP quickstart, or read how tokens, scopes, and rotation work in the token guide.