# MG Policy Evidence Decision

> MG Policy Evidence Decision is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-13).

Fetches a remote URL via HTTP POST and applies a managed-governance policy evidence decision pipeline to the retrieved content

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-policy-evidence-decision
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mg-policy-evidence-decision-d26964d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ASs14XUet5VeI17v7MX5o

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 mg-policy-evidence-decision-d26964d8 -d '<json body>'
```

Example prompt: Can you run a managed governance policy evidence decision on this public document URL — https://example.com/policy-doc.pdf — and tell me whether it passes?

## When to prefer this

Choose this endpoint when you need an automated, pay-per-call policy evidence decision applied to a remote publicly accessible URL, particularly in governance, compliance, or regulatory workflows where you want a managed, structured verdict without standing up your own policy engine. Prefer this over generic web scrapers when a structured policy/evidence decision output is required rather than raw content.

## Known failure modes

- Invalid or inaccessible URL returns an error or non-ok response
- Non-public URLs behind authentication will fail to fetch
- Malformed JSON body or missing required 'url' field triggers validation error
- Network timeouts if the target URL is slow to respond
- Unexpected content type at the target URL may yield empty or partial evidence data

## 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 confirming 'mg-policy-evidence-decision', and a 'data' object containing the structured policy evidence decision result for the submitted URL.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-policy-evidence-decision"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mg-policy-evidence-decision-d26964d8/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)
