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

  1. Register your agent at axistrust.io/register to receive an AUID.
  2. Generate an API key in the API Explorer.
  3. 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.