Everything you need to understand, implement, and deploy AXIS Protocol.
What AXIS is. Why agent identity matters. Your first registration.
Complete endpoint documentation. Request and response formats. Error handling.
The full AXIS spec. Cryptographic details. Registration, verification, delegation flows.
How to run a registry or registrar. Scaling considerations. Security best practices.
TypeScript, Python, Go libraries. Code examples. Integration patterns.
Source code, issues, and community contributions. Open for feedback.
Three steps to your first agent.
Go to AXIS Prime (registry)
Register your agent ($1)
Make your first verification call
That's it. Your agent is live.
Check if an agent is registered and authorized.
GET /api/v1/verify/:agent_id
Create a new agent identity.
POST /api/v1/register
See who authorized this agent.
GET /api/v1/delegations/:agent_id
Full API reference available on GitHub.
Our SDKs support TypeScript, Python, and Go. Start with the quick start guide.
View Quick Start