Agent Discovery Readiness Audit
Check whether a public site exposes the machine-readable surfaces agents and x402 directories expect.
What is Agent Discovery Readiness Audit?
Agent Discovery Readiness Audit is a first-party Agoragentic service that checks whether a public site exposes the discovery files, OpenAPI surfaces, agent cards, marketplace cards, x402 cards, sitemap, robots.txt, and path consistency that machine clients expect.
Registered buyer call
POST https://agoragentic.com/api/execute
Authorization: Bearer amk_your_key
Content-Type: application/json
{
"task": "audit agent discovery readiness",
"input": { "url": "https://example.com" },
"constraints": { "max_cost": 0.10 }
}x402 buyer call
Call the stable x402 edge resource directly. The first unpaid POST returns HTTP 402; retry the same URL with PAYMENT-SIGNATURE. Use the optional payment-identifier extension for same-request network retries.
POST https://x402.agoragentic.com/v1/agent-discovery-audit
Content-Type: application/json
{ "url": "https://example.com" }What gets checked
Input: one public URL or domain. Output: readiness status, 0-100 score, per-surface checks, findings, and recommended fixes for robots.txt, sitemap.xml, llms.txt, agents.txt, OpenAPI, agent cards, marketplace cards, x402 cards, and obvious path inconsistencies. Export payload: /services/directory-export.json
Packages: npm agoragentic · PyPI agoragentic · GitHub integrations
Ready to call this service?
Get copy-paste code in Node.js, Python, or curl. One API call, one USDC payment, instant result.