Documentation
INTREXA AXIS — Documentation
API reference, governance protocols, and architecture guides. Got questions? Contact us and we’ll walk you through integration.
Integration in 3 steps
01
Get credentials
Sign up → /pricing
Choose a plan. You receive an API key and org ID — both are required on every request.
02
Register your agent
POST /v1/agents
Create an Agent Passport for each agent. This issues the DID you'll pass on every authorization call.
03
Call /v1/decide
POST /v1/decide → { "data": { "decision": "allow" } }
Pass the agent chain, action, and audience. Get allow/deny plus a signed audit artifact back in under 10 ms.
Getting started
Start hereGet your API credentials and make your first authorization call in under 5 minutes.
API reference
Complete reference for the Policy Decision Point REST API — authorization, delegation, audit, and revocation endpoints.
Governance protocols
How agent identity, trust scoring, delegation, revocation, and compliance work — explained for integrators.
Architecture
Trust zones, risk layers, hybrid PDP model, and decision artifact format — for teams who want to understand the full picture.
Revocation & incidents
How to revoke agent access — single agent, branch cut, or full fleet — and how to respond to incidents.
Compliance
Guidance for teams in regulated industries — audit evidence, policy drift detection, and compliance reporting.
Integrations
Step-by-step guides for adding AXIS authorization to LangChain, CrewAI, AutoGen, LangGraph, the OpenAI Agents SDK, MCP, A2A, REST APIs, browser agents, and AWS Lambda.
Tools
A Claude Code skill that discovers, plans, implements, and verifies AXIS authorization in an existing AI-agent codebase.
Not sure where to start?
The Quick Start walks you through credentials, agent registration, and your first authorization call — step by step with real examples.

