Directory / agent-api-testnet.tim1712.workers.dev
Use when an agent already knows several products/categories a buyer needs and wants one real Shopify product for each need while staying within one overall item-price budget. Each need.query must already carry the important compatibility and preference details; this service does not reinterpret intent. Returns a cross-merchant basket plan with per-item checkout URLs. It is not a generic product search and does not create carts or checkouts.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://agent-api-testnet.tim1712.workers.dev/v1/shopping/budget-basket' # -> 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-testnet.tim1712.workers.dev/v1/shopping/budget-basket'
Endpoint: https://agent-api-testnet.tim1712.workers.dev/v1/shopping/budget-basket. Operated by agent-api-testnet.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.
Inspect a Base smart-contract address before interacting with it. Returns deterministic bytecode hash/size, EIP-1967 implementation information, ERC-20 metadata…