# Conway Replicatio mg-dev-docs-audit

> Conway Replicatio mg-dev-docs-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-14).

Audits a publicly accessible developer documentation URL and returns an analysis of its quality, completeness, or issues

## Facts

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

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-dev-docs-audit-57fb7570 -d '<json body>'
```

Example prompt: Can you audit my developer documentation at https://docs.myproject.com and tell me what's missing, unclear, or problematic?

## When to prefer this

Use this endpoint when you need an automated, pay-per-call audit of a public developer documentation page without setting up your own scraping and analysis pipeline. It is particularly useful when you want quick, structured feedback on doc quality before a release, as part of a CI/CD workflow, or when evaluating third-party documentation. Prefer this over general-purpose scrapers when the goal is specifically documentation quality analysis rather than raw content extraction.

## Known failure modes

- URL is not publicly accessible or behind authentication — audit cannot fetch the page
- URL does not point to developer documentation — audit may return irrelevant or empty results
- Malformed or non-URI input causes schema validation failure
- Target page is too large or complex to process within timeout
- Rate limiting or payment settlement failure via x402 protocol

## 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 ok: true, the capability name 'mg-dev-docs-audit', and a data object containing the audit findings — likely including quality assessments, identified issues, missing sections, and recommendations about the provided documentation URL.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-dev-docs-audit-57fb7570/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)
