Card snapshot
readr.hatchagent.workers.dev
·
2026-09-20 18:37:37 UTC
·
fd3847699b9b5c7efac553b136d0cfb80d0b2454467b2cfe11feda0999116af6
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "readr",
"description": "Paid web-content extraction API for AI agents. POST a URL to /read and receive the page's cleaned readable text as JSON. Costs $0.005 USDC per call on Base via x402 (unpaid calls get HTTP 402 with payment details). No account, no API key. Interacts over HTTPS REST, not A2A JSON-RPC; this card is published for registry discovery only.",
"url": "https://readr.hatchagent.workers.dev",
"version": "1.1.0",
"provider": {
"organization": "hatchedagent",
"url": "https://readr.hatchagent.workers.dev"
},
"author": "hatchedagent",
"wellKnownURI": "https://readr.hatchagent.workers.dev/.well-known/agent-card.json",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "extract-web-content",
"name": "Extract web content",
"description": "POST {\"url\": \"https://example.com\"} to /read; returns the page's cleaned title, text, and markdown as JSON. $0.005 USDC per call on Base via x402.",
"tags": [
"web",
"extraction",
"readability",
"text",
"x402",
"base"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}