# Vealth Site Integrity Verify

> Vealth Site Integrity Verify is a paid API for AI agents from vealth.net, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Checks a target site's robots.txt, sitemap, and security.txt posture and returns a signed, re-checkable integrity verdict settled via CDP/x402.

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/site-integrity-verify
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-site-integrity-verify-11acfdab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TvP8cRdrfsZ6ZXfUy9ffm

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-site-integrity-verify-11acfdab -d '<json body>'
```

Example prompt: Can you run a site integrity check on example.com and tell me whether its robots.txt, sitemap, and security.txt are properly configured — I want a signed verdict I can reference later.

## When to prefer this

Use this endpoint when you need a single, authoritative, signed verdict covering all three standard site-health files (robots.txt, sitemap, security.txt) in one call, especially when the result needs to be re-checkable or auditable. Prefer it over manual HEAD requests or separate file fetches when you want a structured, verifiable posture report with CDP-backed provenance.

## Known failure modes

- Target URL is unreachable or returns non-2xx — endpoint may return an error verdict or timeout
- Malformed target string (missing scheme, invalid domain) — likely a 400-class validation error
- robots.txt, sitemap, or security.txt files are absent — verdict reflects missing posture rather than failing
- Payment not settled via x402 — request rejected before processing
- Rate limit or quota exceeded — service returns 429 or similar

## How this service works

Site Integrity Verify (CDP-settled mirror) — robots.txt, sitemap, and security.txt posture in one signed, re-checkable verdict.

## Output

A signed, re-checkable verdict covering the target site's robots.txt posture (rules, allow/disallow), sitemap availability, and security.txt presence and validity, delivered as a structured integrity report settled via CDP x402.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-site-integrity-verify-11acfdab/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)
