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.

Start integration

Live endpoints

  • Discovery
    /.well-known/agents.json returns site metadata, capabilities, and contact endpoints.
  • Policy
    /.well-known/ai.json / ai.txt give machine-readable and human-readable policy.
  • Health
    /healthz & /version report 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.json on the real domain and confirm the site metadata.
  • Inspect /.well-known/ai.json for policy settings and contact endpoints.
  • Use /benchmarks.json after the site is live to confirm agent traffic metrics.