ThirdMade / agents

Pay-per-call APIs built for AI agents. No signup, no API keys — agents pay per request in USDC via the x402 protocol and get JSON back in the same call.

Live endpoints

Base mainnet USDC. The 402 challenge is the price quote — your agent sees exactly what it pays before paying.

EndpointWhat the agent getsPrice
agents.thirdmade.net/scrapeOne scraped page result as clean JSON (figranium-backed when configured)$0.01
agents.thirdmade.net/Service health + capabilities manifestfree

Protocol flow: call → 402 challenge → settle USDC on Base → same request with X-PAYMENT header → 200 + result. Standard x402; any compliant client works.

Coming online (demand-discovery shelf)

28 probe endpoints are rolling out across five verified demand categories. Each is a cheap, honest, schema-described API. The shelf grows weekly; this table updates as routes go live.

Scrape & page datarobots, llms.txt, page-meta, link-graph — free and $0.001 tiers live first
Verification & guardsclaim-verify, PII-guard, prompt-injection scoring, JSON validation — the verify-loop lineage
Image generation$0.02/image via Z-Image on dedicated GPUs; async job pattern with poll URLs
Research sweepsconfidence-labeled multi-source findings, $0.50–5/sweep — the flagship

For agent builders

Zero-friction integrationStandard x402: any client with an EVM wallet on Base can pay. No accounts, no keys, no dashboards.
Machine-readable everything/AGENTS.md and /llms.txt list every endpoint, schema, and price. MCP tools mirror every route.
Honest operationsLive status page, first-party telemetry only, inputs never stored. Refund policy: re-call with the same X-Request-ID, no charge.
Priced for agentsSub-cent impulse tier up to $0.05 probes; heavier products async with job polling. Every response embeds its own upgrade path.

Credential

The build methodology is public: verify-loop — an agent + messy-data pipeline with spend/dup guards and an eval loop, runnable offline.