1. Install the SDK
2. Register your agent
3. Request authorization from a user
4. Exchange the code for a grant token
After the user approves, your redirect URI receives an authorizationcode. Exchange it for a signed grant token:
5. Verify the token offline
6. Log every action
Next steps
Core Concepts
Learn about the three primitives: agent identity, delegated grants, and audit trails.
Local Development
Run the full stack locally with Docker Compose and sandbox mode.
TypeScript SDK
Full API reference for the TypeScript SDK.
Python SDK
Full API reference for the Python SDK.
CLI
83 commands with —json support for scripting and AI agents.