# AgentGate AEO-Ready Audit

> AgentGate AEO-Ready Audit is a paid API for AI agents from x402.agentsea.vn, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Audits a target URL or domain for AI/agent-readiness (AEO), returning a grade, score, verdict, and actionable recommendations for machine-native compatibility.

## Facts

- Endpoint: HEAD https://x402.agentsea.vn/v1/audit/aeo-ready
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentgate-aeo-ready-audit-51d664df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cNwBzem4IQI-4fybsyWbj

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 agentgate-aeo-ready-audit-51d664df -d '<json body>'
```

Example prompt: Can you audit https://mycompany.com and tell me how AI-agent-ready it is — give me the AEO grade, score, and any specific recommendations to make it more machine-native?

## When to prefer this

Choose this endpoint when you need a structured, scored assessment of how well a website or domain is optimized for discovery and use by autonomous AI agents. It is specifically designed for AEO (Agent Engine Optimization) evaluation rather than general SEO or security audits, and returns machine-parseable grades and recommendations that an agent can act on directly.

## Known failure modes

- Invalid or unreachable target URL returns an error or low score
- Rate limiting if called excessively without payment
- Payment failure via x402 protocol causes 402 response blocking the audit
- Malformed URL input causes schema validation failure
- Incomplete breakdown if target site blocks external crawlers

## How this service works

Dual-stack x402 & MPP autonomous payment gateway. Per-request micro-utilities for AI agents: clean web scraping ($0.001), prompt injection defense, and Solana token audit settled in USDC on Base L2 & Solana.

## Output

Returns a JSON object with a letter grade (e.g. A+), numeric score (0–100), target URL, verdict string (e.g. MACHINE_NATIVE_READY), a breakdown object with category-level detail, and an array of actionable recommendations for improving agent-readiness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "url"
   ],
   "properties": {
    "url": {
     "type": "string",
     "description": "Target domain or URL to audit (e.g. https://example.com)"
    }
   }
  },
  "output": {
   "grade": "A+",
   "score": 100,
   "target": "https://example.com",
   "verdict": "MACHINE_NATIVE_READY",
   "breakdown": {},
   "actionable_recommendations": []
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "grade": "A+",
  "score": 100,
  "target": "https://example.com",
  "verdict": "MACHINE_NATIVE_READY",
  "breakdown": {},
  "actionable_recommendations": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentgate-aeo-ready-audit-51d664df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentsea.vn](https://www.zero.xyz/host/x402.agentsea.vn/llms.txt)
