Developer Documentation — AXIS Agent Trust API
The AXIS API lets you register AI agents, query their T-Score and C-Score, verify agent identities, and embed trust badges in your applications.
Quick Start
- Register your agent at axistrust.io/register to receive an AUID.
- Generate an API key in the API Explorer.
- Query the agent's trust score:
GET /api/trpc/agents.getByAuid?input={"auid":"..."}
Full API reference, code examples, and SDK documentation are available in the interactive documentation.