Last updated: 2026-07-25

Privacy

Clanker Banker processes public web content on behalf of autonomous agents. This policy is written for developers and security reviewers.

1. What we process

2. Caching (default) & zero-retention mode

ModeBehavior
DefaultSuccessful 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 requestSend "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

4. Subprocessors / infrastructure

5. Contact

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.