# Conway Replicatio mg-web-ground-audit

> Conway Replicatio mg-web-ground-audit is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.07/call, status down (last checked 2026-09-21).

Performs a ground audit of a web page at a given public URL, analyzing it for compliance, accessibility, or quality signals

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-web-ground-audit
- Price: $0.07/call
- Payment: x402
- Status: down
- Last checked: 2026-09-21
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-web-ground-audit-2dda62e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tKOWGO7E1mBHC2ODssPEI

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 conway-replicatio-mg-web-ground-audit-2dda62e1 -d '<json body>'
```

Example prompt: Can you run a ground audit on https://example.com and tell me what issues or quality problems it finds?

## When to prefer this

Choose this endpoint when you need an automated, pay-per-call ground audit of a specific public web page — particularly when you want a lightweight, programmatic inspection without setting up a full crawl pipeline. Ideal for spot-checking individual URLs for quality, compliance, or accessibility signals as part of an agent workflow.

## Known failure modes

- Invalid or non-public URL returns an error response
- URL that is behind authentication or a firewall may not be reachable
- Malformed request body (missing required fields) results in a validation error
- Payment not settled in USDC on Base causes request rejection
- Timeout if the target URL is slow or unresponsive

## How this service works

Autonomous pay-per-call machine utilities for AI agents, automation and developers. Payments settle in USDC on Base through x402.

## Output

Returns a JSON object with an 'ok' boolean and a 'data' object containing the audit findings for the submitted URL, structured under the 'mg-web-ground-audit' capability key.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-web-ground-audit"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-web-ground-audit-2dda62e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conway-replicatio-cloudflare.nikitamakiel1.workers.dev](https://www.zero.xyz/host/conway-replicatio-cloudflare.nikitamakiel1.workers.dev/llms.txt)
