# Agent Discovery Readiness Audit

> Agent Discovery Readiness Audit is a paid API for AI agents from x402.agoragentic.com, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Audits a public HTTPS domain or endpoint to assess how discoverable and ready it is for AI agent consumption

## Facts

- Endpoint: POST https://x402.agoragentic.com/v1/agent-discovery-audit
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-agoragentic-com-874887f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bsWdOANYCewBP82BtF0YW

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-agoragentic-com-874887f2 -d '<json body>'
```

Example prompt: Can you run an agent discovery readiness audit on https://api.myservice.com and tell me how discoverable it is for AI agents and what's missing?

## When to prefer this

Use this endpoint when you need to audit a specific public HTTPS domain or API endpoint for AI agent discovery readiness, particularly when you want structured feedback on metadata completeness, schema quality, and agentic discoverability signals. Prefer this over generic SEO or web auditing tools when the goal is specifically agent/LLM discoverability.

## Known failure modes

- Invalid or non-HTTPS URL returns validation error
- Domain is unreachable or returns non-200 status
- No meaningful API metadata found at the target URL
- Payment not attached or insufficient — returns 402
- Both url and domain/endpoint fields missing — returns schema validation error

## How this service works

Agent Discovery Readiness Audit on Agoragentic x402 Edge

## Output

Returns an audit report assessing how agent-ready and discoverable the given domain or endpoint is, likely including a readiness score, identified gaps in metadata or schema completeness, and actionable recommendations for improving AI agent discoverability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "description": "Public HTTPS domain or endpoint to audit."
  },
  "domain": {
   "type": "string",
   "description": "Optional domain shorthand; url takes precedence."
  },
  "endpoint": {
   "type": "string",
   "format": "uri",
   "description": "Optional endpoint URL shorthand; url takes precedence."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-agoragentic-com-874887f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agoragentic.com](https://www.zero.xyz/host/x402.agoragentic.com/llms.txt)
