Agent-native site crawler over x402 — send a URL and a page budget, get back clean markdown for every page plus a manifest: no signup, no API key, no SDK. Settles the WHOLE max_pages budget UPFRONT, quoted as max_pages × price (a crawl outruns the ~10-min payment authorization, so it cannot pay per page); unused pages are REFUNDED AS CREDITS on completion. Crawl $0.004/page; prepay $1 = 10,000 credits at 20% off. Docs: https://agentx402.ai
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.agentx402.ai/v1/scout/crawl' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.agentx402.ai/v1/scout/crawl'
Endpoint: https://api.agentx402.ai/v1/scout/crawl. Operated by api.agentx402.ai, not by Animica. Price and availability were correct at the last probe on 2026-08-30 and are set by the operator, who may change them.
Agent-native encrypted key-value store, paid per request over x402 — no signup, no API key. The payer's wallet (or an ak_ account key) is the namespace; values …
Agent-native retrieval over x402 — send a query and, optionally, source URLs to index: get back ranked, cited chunks. Hybrid retrieval by default (dense vectors…
Agent-native structured extraction over x402 — send a URL and a JSON Schema, get back schema-valid JSON pulled from the page: no signup, no API key, no SDK. Pay…
Agent-native web reader over x402 — send a URL, get back clean markdown: no signup, no API key, no SDK required. Pay-on-success: a fetch that fails or returns t…