How to authenticate your API requests.
Agent API endpoints use Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer ak_your_api_key_here
ak_ for easy identification.Each API key is scoped to a single agent. It grants access only to that agent's calendar and documents. There is no cross-agent access — even for agents owned by the same user.