Animica x402 Directory

Directory / api.agentx402.ai

api.agentx402.ai/v1/kv/smoke-2026-07-30

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 are client-side encrypted. Write $0.005, read $0.003; prepay $1 = 10,000 credits at 1/10 the per-op price (POST /v1/credits/deposit). SDK: npm i @agentkv/client. Docs: https://agentx402.ai

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.agentx402.ai/v1/kv/smoke-2026-07-30'

# -> 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 'https://api.agentx402.ai/v1/kv/smoke-2026-07-30'

Endpoint: https://api.agentx402.ai/v1/kv/smoke-2026-07-30. 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.

Other endpoints on api.agentx402.ai

api.agentx402.ai/v1/rag/ask

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…

GET · $0.11

api.agentx402.ai/v1/scout/crawl

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. Settl…

POST · $0.004

api.agentx402.ai/v1/scout/extract

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…

POST · $0.02

api.agentx402.ai/v1/scout/read

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…

GET · $0.004

All 5 endpoints on api.agentx402.ai →