# Conway Replicatio MG Dev Docs Context

> Conway Replicatio MG Dev Docs Context is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches and returns developer documentation context from a given public URL, enabling AI agents to programmatically access and process docs content.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-dev-docs-context
- Price: $0.05/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-context-8f5a389a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-7586oAvgDJB6w0fIR5Mo

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-context-8f5a389a -d '<json body>'
```

Example prompt: Fetch the developer documentation context from https://docs.example.com/api/authentication so I can use it to answer questions about how the auth system works.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically retrieve and ingest developer documentation from a public URL, especially in pay-per-call agentic workflows using x402/USDC micropayments on Base. Prefer this over general web scrapers when you specifically need docs context formatted for downstream agent consumption.

## Known failure modes

- URL is not publicly accessible or requires authentication — returns error or empty data
- Invalid URL format provided — schema validation failure
- Target page returns non-HTML or unsupported content type — data may be empty or malformed
- Network timeout reaching the target URL — service may return an error
- Rate limiting or blocked request from the target server — content may not be returned

## 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-context', and a data object containing the extracted documentation context from the provided URL.

## Response schema (JSON Schema)

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

## More

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