Successful packs may be stored in Cloudflare KV for a short TTL (config CACHE_TTL_SECONDS, often ≤ 1 hour) to reduce cost/latency for identical public URLs.
No-cache / zero retention for that request
Send "noCache": true in JSON body. We skip KV read/write for that call. Response header X-Clanker-Cache: BYPASS.
POST https://clanker-banker.agentfetcher.workers.dev/v1/llm-pack
{ "url": "https://example.com", "maxTokens": 4000, "noCache": true }
Private/localhost/metadata IPs are rejected before fetch.
3. What we do not do
We do not require human accounts or email lists for agents.
We do not sell packed page content as a training corpus.
We do not ask for private keys or seed phrases (agents use their own wallets for x402).
We do not intentionally fetch non-public networks (SSRF protections).
Operator email is listed in OpenAPI info.contact / env CONTACT_EMAIL. For deletion of cached public URLs, contact the operator with the exact URL keys; TTL expiry also purges automatically.