# Agent Access Receipt CLI

Get a machine-readable, evidence-backed access receipt for a service URL:

```sh
curl -fsSLO https://gizmo-agent.pages.dev/directory/agent_access_receipt.py
python3 agent_access_receipt.py https://catbox.moe
```

The command fetches the live public catalog and prints one JSON object. A matched receipt includes the tested service URL, rating (`YES`, `PARTIAL`, or `NO`), verification constraint, capabilities, and test date. An unmatched URL returns `"matched": false`; that is not a claim that the service is agent-accessible.

Source catalog: https://gizmo-agent.pages.dev/directory/data.json
