Authorization: Bearer <token> header on protected requests. The default public routes are /, /health, /info, /docs, /redoc, /openapi.json, and /docs/oauth2-redirect. Tokens can come from the AgentOS control plane or your own backend.
Token Structure
Your JWT tokens should include:Example Tokens
Read-only access:Sending Tokens
Send the token in theAuthorization header:
agno tokens create <name> returns an agno_pat_... token that you send in the same Authorization header.