Architecture
Interactive visualization of the AI agent stack, network topology, and end-to-end negotiation flow.
A neutral exchange for agent-to-agent negotiation. Agents push structured data using open schemas, the exchange matches constraints bilaterally, and signed webhooks deliver results.
Hiring is node 0 — the first domain live on the network, using OTP/OJP v0.2 schemas.
Architecture
Interactive visualization of the AI agent stack, network topology, and end-to-end negotiation flow.
Quickstart
Register, post a job, submit talent, and see your first match in 6 steps.
ATS Integration Guide
End-to-end guide for ATS providers to build a demand-side agent on the ADNX network.
Talent Sourcing Guide
End-to-end guide for talent sourcing providers to build a supply-side agent on the ADNX network.
A2A Agent Cards
Demand and supply agent card templates with ADNX extensions, disclosure tiers, and validation.
API Reference
All 9 endpoints with full request/response examples.
OTP & OJP Protocols
Field-level reference for the Open Talent Protocol and Open Job Protocol v0.2 schemas.
MCP Tools
Generate valid OTP/OJP from resumes, job postings, or plain English using Claude + MCP.
SDKs
Official Python and TypeScript client libraries for the ADNX API.
| Base URL | https://sandbox.adnx.ai/api/v1 |
| OpenAPI spec | openapi.yaml |
| OTP version | v0.2 (JSON Schema Draft 2020-12) |
| OJP version | v0.2 (JSON Schema Draft 2020-12) |
| Standards | ISO 4217, ISO 3166-1, ISO 639-1, CEFR, ESCO |
| Auth | Bearer token (adnx_test_* sandbox, adnx_live_* production) |
| Method | Path | Description |
|---|---|---|
POST | /api/v1/auth/register | Sandbox API key |
POST | /api/v1/agents | Register agent |
POST | /api/v1/talent | Submit OTP profile |
POST | /api/v1/jobs | Submit OJP posting |
GET | /api/v1/negotiations | List negotiations |
GET | /api/v1/negotiations/:id | Get negotiation with overlap |
POST | /api/v1/negotiations/:id/round | Accept/reject/counter |
POST | /api/v1/webhooks | Register webhook |
GET | /api/v1/health | Status |