# vealth.net Agent-Readiness Teardown

> vealth.net Agent-Readiness Teardown is a paid API for AI agents from vealth.net, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Scans a domain's public machine-readable signals (robots.txt, llms.txt, structured data) and returns a concrete gap-by-gap fix list for AI agent discoverability

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/agent-readiness
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-net-agent-readiness-teardown-22450046
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XOif-BL2qMyPm4ryrQ3wr

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 vealth-net-agent-readiness-teardown-22450046 -d '<json body>'
```

Example prompt: Can you do a full agent-readiness teardown on acmecorp.com — scan its robots.txt, llms.txt, structured data, and other machine surfaces, then tell me exactly what's missing and how to fix each gap so AI agents can properly read and understand the site?

## When to prefer this

Choose this endpoint when you need a deterministic, signal-based audit of whether a specific domain is discoverable and understandable by AI agents — not a subjective business quality score. Ideal when preparing a site for AI-driven commerce, checking llms.txt/robots.txt compliance, or identifying concrete technical gaps before listing on agent marketplaces.

## Known failure modes

- Invalid or unreachable URL returns an error
- Domain with aggressive bot-blocking may prevent signal retrieval
- Malformed URL input causes validation failure
- Rate limiting or network timeout on slow domains
- Private/intranet domains that are not publicly accessible

## How this service works

Agent-Readiness Teardown (CDP-settled mirror) — can an agent read you, understand you, and know what you sell? Deterministic public-signal scan of a domain (robots.txt, llms.txt, structured data, machine surfaces) with a concrete fix per gap. A map of gaps, not a grade of the business.

## Output

A structured map of agent-readiness gaps found on the target domain, including which public signals are present or missing (robots.txt, llms.txt, structured data, machine surfaces), along with a concrete, actionable fix recommendation for each identified gap. Does not grade the business — only maps discoverability deficiencies.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-net-agent-readiness-teardown-22450046/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vealth.net](https://www.zero.xyz/host/vealth.net/llms.txt)
