Skip to main content

API Reference

The pages under this section document all 166 endpoints on the V2 partner API, generated from openapi.json. Every endpoint takes the same base URL and auth:
See Authentication for how to get a key, and Getting API access for account setup.

What lives where

Response shape

Almost every endpoint returns an envelope:
Two families are the exception and return a bare object with no envelope — lifecycle hooks (/agents/{agentId}/lifecycle-hooks/*) and the integration audit log (/integration-logs). Their errors are bare too, in the form { "error": "…" }. Each affected operation says so on its own page.

Rate limits

The partner API is limited to 60 requests per minute per account. Exceeding it returns 429 with code RATE_LIMIT_EXCEEDED.