Authorization: Bearer <token> header on every request. 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.