Caesar uses API keys for authentication. An API key is required to authenticate requests and enable integration with Caesar’s platform.
Get your API key at your dashboard.
Send your API key as a Bearer token in the HTTP Authorization header on every request.
For agent-first onboarding without a dashboard login, use:
POST /agents/auth with { "email": "you@example.com" }POST /agents/auth/confirm with { "email": "you@example.com", "code": "123456" }The confirm response includes a newly minted api_key secret you can use as a Bearer token.