Introduction
Copia Runtime API
Copia exposes a narrow runtime surface for AI agents. Tool discovery, durable memory access, governed execution, and event streaming — reachable over HTTP or MCP, scoped to your organization.
What you can build
The Runtime API is designed for long-running, tool-using agents. Anything you would hand to a GTM operator — sourcing leads, enriching accounts, drafting outreach, reading CRM state — can be invoked from your own code.
POST /api/runtime/tools/{toolName} from any runtime. Copia creates a session, executes the capability, and streams progress back.https://copia-ai.com/api/mcp with a Bearer token and the same tools appear natively.Where to go next
List capabilities, invoke a tool, stream the execution — all with curl.
Create an org-scoped API key and pass it on every call.
How capabilities, sessions, executions, and events fit together.
Every endpoint, every parameter, every error body.
Use Copia as a remote MCP server in Claude Code, Cursor, Codex, and Claude Desktop.
Status codes and the error envelope you'll see back.
Looking for Copia's product docs?