Introduction
OXYGEN Runtime API
OXYGEN 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. OXYGEN creates a session, executes the capability, and streams progress back.https://oxygen-agent.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 OXYGEN 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 OXYGEN's product docs?