# AI Discovery Site Audit — AEO/GEO Fix Pack (agent402.dev)

> AI Discovery Site Audit — AEO/GEO Fix Pack (agent402.dev) is a paid API for AI agents from agent402.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Audits a public HTTPS x402 GET endpoint for health across 22 checks and provides actionable AEO/GEO remediation with copy-paste code fixes, paid via USDC on Base.

## Facts

- Endpoint: POST https://agent402.dev/x402-health
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-discovery-site-audit-aeo-geo-fix-pack-agent402-dev-6974eb23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LPjMSTsUSUVd0X9iB6K5i

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 ai-discovery-site-audit-aeo-geo-fix-pack-agent402-dev-6974eb23 -d '<json body>'
```

Example prompt: Can you run a full x402 health audit on https://api.myproject.com/paid-resource and tell me what's broken plus give me the copy-paste fixes to make it AEO/GEO discoverable?

## When to prefer this

Choose this endpoint when you need to validate and remediate a specific x402-protocol GET endpoint for AI agent discoverability (AEO/GEO). It is purpose-built for the x402 ecosystem on Base/USDC and provides actionable copy-paste fixes, making it superior to generic API health checkers or SEO auditors that have no awareness of x402 protocol requirements, Base network payment schemes, or agent bazaar discovery criteria.

## Known failure modes

- URL does not resolve to a public IPv4 DNS answer — endpoint unreachable
- Target URL does not return HTTP 402 — not a valid x402 endpoint
- Non-GET method specified — only GET is supported
- URL uses HTTP instead of HTTPS — rejected by pattern validation
- Payment failure on Base network — audit not initiated
- Target endpoint requires credentials — not a credential-free public resource
- Malformed URL pattern — fails regex validation

## How this service works

Audit one public HTTPS page for 5 USDC on Base: 22 checks and five fixed AEO/GEO remediation slots, with copy-paste code when evidence permits.

## Output

A JSON health snapshot including an overall health score (0–100), boolean flags for key checks (resourceBound, challengeValid, baseCanonicalUsdc, bazaarDiscoverable), the target URL/method/status, payment scheme details (amount, network), a unique healthId, a checkedAt timestamp, and a SHA256 report hash. Up to five AEO/GEO remediation slots with copy-paste code are included when issues are detected.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "pattern": "^https://",
   "description": "Credential-free public HTTPS x402 GET endpoint with at least one public IPv4 DNS answer."
  },
  "method": {
   "enum": [
    "GET"
   ],
   "type": "string",
   "default": "GET",
   "description": "Only read-only GET targets are supported."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "health": {
   "score": 100,
   "healthy": true,
   "resourceBound": true,
   "challengeValid": true,
   "baseCanonicalUsdc": true,
   "bazaarDiscoverable": true
  },
  "target": {
   "url": "https://api.example.com/paid-resource",
   "method": "GET",
   "status": 402
  },
  "payment": {
   "amount": "10000",
   "scheme": "exact",
   "network": "eip155:8453"
  },
  "product": "x402 Endpoint Health Snapshot",
  "version": "1.0.0",
  "healthId": "000000000000000000000000",
  "checkedAt": "2026-07-13T09:00:00.000Z",
  "reportSha256": "0000000000000000000000000000000000000000000000000000000000000000"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-discovery-site-audit-aeo-geo-fix-pack-agent402-dev-6974eb23/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent402.dev](https://www.zero.xyz/host/agent402.dev/llms.txt)
