{"openapi":"3.1.0","info":{"title":"AgentPantry","version":"1.0.9","description":"Pre-washed data packs for AI agents. x402-tools market catalog + deltas. Public Bazaar sources. Pay with x402 USDC on Base.","contact":{"name":"AgentPantry","email":"theyeatheirown@gmail.com","url":"https://agent-pantry.agentfetcher.workers.dev"},"x-guidance":"AgentPantry: POST paid pack endpoints with empty JSON {}. Unpaid -> 402 x402 USDC on Base. Free: GET /catalog and GET /v1/pack/x402-tools/preview.","x-agentcash-provenance":{"ownershipProofs":["0x4d31e7587179e202621169529effc69b7d48597b"]},"x-discovery":{"ownershipProofs":["0x4d31e7587179e202621169529effc69b7d48597b"]}},"servers":[{"url":"https://agent-pantry.agentfetcher.workers.dev"}],"paths":{"/v1/pack/x402-tools":{"post":{"operationId":"packX402Tools","summary":"Full x402-tools market pack","description":"Clean JSON catalog of public x402/Bazaar tools. Empty body {}. Unpaid -> 402.","security":[],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.05"},"protocols":[{"x402":{}}]},"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true},"example":{}}}},"responses":{"200":{"description":"DataPack JSON"},"402":{"description":"Payment Required - x402 USDC on Base"}}},"get":{"operationId":"packX402ToolsDiscovery","summary":"Discovery stub (not x402-paid)","security":[],"responses":{"200":{"description":"Resource discovery JSON"}}}},"/v1/pack/x402-tools/delta":{"post":{"operationId":"packX402ToolsDelta","summary":"Delta pack","description":"added/changed/removed. Optional { since: ISO }.","security":[],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.02"},"protocols":[{"x402":{}}]},"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"since":{"type":"string"}}},"example":{"since":"2026-07-21T00:00:00.000Z"}}}},"responses":{"200":{"description":"DeltaPack JSON"},"402":{"description":"Payment Required - x402"}}}},"/catalog":{"get":{"operationId":"catalog","summary":"Free pack catalog (not x402-paid)","security":[],"responses":{"200":{"description":"Catalog JSON"}}}},"/v1/pack/x402-tools/preview":{"get":{"operationId":"packPreview","summary":"Free preview (not x402-paid)","security":[],"responses":{"200":{"description":"Preview JSON"}}}},"/health":{"get":{"operationId":"health","summary":"Health check (not x402-paid)","security":[],"responses":{"200":{"description":"OK"}}}}}}