- Drive the full product headlessly through the Product APIs.
- Compose your own in-house GTM workflows with Agent Primitives.
- Query your workspace and run primitives within your favorite AI tools through the OpenFunnel MCP.
llms.txt for a full index, and read Authentication before calling any endpoint.
Product APIs
The entire product, headless.
Agent Primitives
Composable building blocks for agents.
OpenFunnel MCP
Workspace data and primitives within your favorite AI tools.
Agent Auth — get an API key in two calls
Agent Auth — get an API key in two calls
Every API request authenticates with an
X-API-Key header. The same key works across everything — Product APIs, Agent Primitives, and the OpenFunnel MCP — so you only provision one. Agents (and humans) can self-serve a key in two calls, no dashboard required:Request a code
POST /api/v1/agent/sign-up with your email sends a 6-digit verification code. New users get an account; existing users use this to recover a lost key.Full auth reference
Headers, error codes, rate limits, and the agent-friendly
auth.md. Every API page links back here.