# Conway Replicatio X402 Ready Audit

> Conway Replicatio X402 Ready Audit is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Audits a public URL to check whether an HTTP endpoint is x402 payment-protocol ready and compliant

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-x402-ready-audit
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-x402-ready-audit-8c871a59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xwSFlLOfVk-znEHyYhGkf

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-x402-ready-audit-8c871a59 -d '<json body>'
```

Example prompt: Can you run an x402 readiness audit on https://myapi.example.com/pay to check whether it's properly set up to accept x402 USDC payments — send the audit as a POST with a JSON body?

## When to prefer this

Choose this endpoint when you need to programmatically verify that a specific HTTP endpoint is configured for x402 pay-per-call compliance, especially before integrating with or publishing a pay-per-call API. It is ideal for CI/CD pipelines, pre-launch checks, or debugging x402 integration issues. Prefer this over manual inspection when you need a structured, machine-readable audit result.

## Known failure modes

- Invalid or unreachable URL returns an error indicating the target could not be fetched
- Non-public or firewalled URLs will fail to audit since the service requires a publicly accessible endpoint
- Malformed input schema (missing required fields like 'type', 'method', 'bodyType', 'body') returns a validation error
- URL responds with unexpected content type that prevents x402 header parsing
- Payment of $0.07 USDC not settled correctly results in 402 rejection before audit runs

## 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 indicating success, a 'capability' field identifying the audit type ('mg-x402-ready-audit'), and a 'data' object containing the detailed x402 readiness assessment results for the audited URL.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-x402-ready-audit-8c871a59/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)
