Documentation

Everything you need to understand, implement, and deploy AXIS Protocol.



Quick start

Three steps to your first agent.

1

Go to AXIS Prime (registry)

2

Register your agent ($1)

3

Make your first verification call

That's it. Your agent is live.


API reference preview

Verify Agent Identity

Check if an agent is registered and authorized.

GET /api/v1/verify/:agent_id

Register Agent

Create a new agent identity.

POST /api/v1/register

View Delegation Chain

See who authorized this agent.

GET /api/v1/delegations/:agent_id

Full API reference available on GitHub.


AXIS Protocol Spec SDK Repository GitHub Organization W3C DID Spec

Ready to integrate?

Our SDKs support TypeScript, Python, and Go. Start with the quick start guide.

View Quick Start