Developers
Integration proof for your site.
Use this page to verify whether a website is listed in AgentDoor, whether the connection is done, and exactly which files and endpoints should resolve when the integration is live.
Live endpoints
- Discovery
/.well-known/agents.jsonreturns site metadata, capabilities, and contact endpoints. - Policy
/.well-known/ai.json/ai.txtgive machine-readable and human-readable policy. - Health
/healthz&/versionreport runtime status.
Connection truth
- DNS TXT
_agentdoor.<domain>must contain the verification token. - Status
pending vs verified tells you whether the readable layer is active. - AgentDoor orbit
All manageable steps (connect, live review, results) happen inside the dashboard after the record exists.
How to validate
- Request
/.well-known/agents.jsonon the real domain and confirm the site metadata. - Inspect
/.well-known/ai.jsonfor policy settings and contact endpoints. - Use
/benchmarks.jsonafter the site is live to confirm agent traffic metrics.