API reference
The RakerOne gateway API — playbooks, AI agents, and human–task collaboration.
The RakerOne API is a multi-tenant gateway for playbooks, AI agents, and human–task collaboration. Every request resolves to a single tenant’s database, keyed by the org claim in your token.
Base URL
Authentication
Authenticate with a Bearer token — either a WorkOS session JWT (from AuthKit) or an organization API key:
Create and manage organization API keys from your organization settings. Tenancy is keyed by the org claim in the token, so each key only ever reaches its own organization’s data.
Browse the endpoints in the sidebar. Each one lists its parameters, request and response schemas, and a ready-to-run example.