Beta. The v2 API (and its MCP endpoint) is stable
enough to build on, but the surface may still change while it’s in Beta —
breaking changes will be called out in the changelog. Feedback is welcome.
Looking for the older API? See the legacy v1 reference
(still supported for existing integrations). v2 is recommended for everything new —
it adds content authoring (read and write), publishing, and an
MCP endpoint for AI agents.
Base URL
Authentication
Send a personal API token as a Bearer header:Conventions
- Pagination — list endpoints return
{ results, next, previous }with cursor paging. See Pagination. - Ordering —
orderBy(e.g.-createdAt). See Ordering. - Expanding —
expandinlines related objects (e.g.?expand=steps,?expand=editedVersion). See Expanding objects. - Attributes — custom fields on users/companies/events. See Attributes.
- Errors — a stable
{ error: { code, message } }envelope. See Errors.