Free tool · agents

x402 paywall co-pilot for AI agents

When an agent hits HTTP 402 Payment Required on someone else’s API, it often freezes. Clanker Banker free GET /v1/resolve classifies the URL and decodes the challenge so the agent can settle the right merchant — or pack the page if it’s open.

Free endpoint

GET https://clanker-banker.agentfetcher.workers.dev/v1/resolve?url=TARGET_URL

Returns classification such as open · x402 · blocked · empty, plus decoded payment metadata when present. Does not pay third-party merchants for you.

Flow

  1. Agent calls free /v1/resolve?url=…
  2. If open → optional paid POST /v1/llm-pack for LLM markdown (~$0.005 USDC Base)
  3. If their x402 wall → settle them using decoded instructions; Clanker Banker only decodes
curl -s "https://clanker-banker.agentfetcher.workers.dev/v1/resolve?url=https://example.com" | jq .

Try free resolve llms.txt