# Conway Replicatio MG Support KB Compare

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

Fetches and compares two public URLs, typically knowledge base or support documentation pages, and returns a structured comparison of their content.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-support-kb-compare
- Price: $0.1/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-support-kb-compare-985ca52d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0DLWrhsZgNtMk78MF6iyF

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-support-kb-compare-985ca52d -d '<json body>'
```

Example prompt: Can you compare the content of these two support knowledge base pages and tell me how they differ: https://helpsite.com/article/password-reset and https://helpsite.com/article/account-recovery?

## When to prefer this

Choose this endpoint when you need a pay-per-call, agent-friendly way to programmatically compare the content of two public URLs — especially knowledge base articles, support documentation, or help center pages — without setting up your own scraping and diffing infrastructure. It settles payments in USDC on Base via x402, making it suitable for autonomous AI agents that need to pay for individual comparisons on demand.

## Known failure modes

- Invalid or non-public URL returns an error — one or both URLs must be publicly accessible
- Network timeouts if either URL is slow or unreachable
- Non-200 HTTP responses from either URL may cause comparison to fail
- Malformed URL format rejected by URI validation
- Rate-limiting or access restrictions on target URLs may block fetch

## 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 and a data field containing the structured comparison result between the two fetched URLs, along with the capability identifier 'mg-support-kb-compare'.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-support-kb-compare"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-support-kb-compare-985ca52d/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)
