Directory / agent-api-production.tim1712.workers.dev
Use before spending tokens, money or crawler capacity fetching an unfamiliar web resource. Resolves redirects (manually, bounded, re-validated per hop) and returns deterministic HTTP/resource facts — final URL, status, content type and length, response time, a bounded HTML title/canonical peek, and a lightweight generic-bot robots.txt indication — so an agent can decide whether a normal web fetch is worthwhile. It does not scrape, render JavaScript, or judge safety.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://agent-api-production.tim1712.workers.dev/v1/web/resource-preflight' # -> 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://agent-api-production.tim1712.workers.dev/v1/web/resource-preflight'
Endpoint: https://agent-api-production.tim1712.workers.dev/v1/web/resource-preflight. Operated by agent-api-production.tim1712.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Use when an agent needs the current official VIES validation status of an EU VAT number before B2B onboarding, invoicing or procurement. Queries the European Co…
Use before a coding agent installs an unfamiliar npm dependency. Returns current facts from the official npm registry: the version `npm install` resolves (dist-…
Use when an agent already knows the product it wants and needs real current Shopify listings for a structured query. Returns normalized product/variant price, c…
All 4 endpoints on agent-api-production.tim1712.workers.dev →