Privacy Policy
Effective September 26, 2026
- Your prompts pass through, they aren't kept by Forager. Each request goes to the AI provider that answers it, and that provider's privacy policy applies.
- Forager keeps usage metadata (which provider and model, token counts, timing, success) to track free quotas.
- If Cloudflare AI Gateway logging is on, it stores requests and responses in the operator's Cloudflare account.
- No cookies, no ads, no selling data.
Who this policy covers
Forager is open-source software (github.com/volkanger/forager). This policy describes how the software handles data, and applies to the instance at fora.ger.llc, operated by the Forager project maintainer. If you use a copy that someone else deployed on their own Cloudflare account, that person is the operator and controls the settings described below.
Requests to the API (/v1)
When an app sends a chat request, Forager forwards the prompt and returns the response from one of the configured AI providers (for example Groq, Google Gemini, NVIDIA, Mistral, OpenRouter, Zhipu, Kilo, LLM7, Ollama, Cohere or Cloudflare Workers AI). The response header x-routed-via names the provider and model used.
- Forager itself doesn't store prompt or response content.
- It records metadata needed to stay inside free quotas: provider, model, request counts, token counts, estimated cost, latency and success or failure. Daily statistics are kept for 90 days; quota counters are overwritten every cycle.
- Request history: each API call is logged with its time, which of your Forager API keys sent it, the model asked for and the one that answered, the providers tried on the way (with a short excerpt of any error they returned), token counts, duration and result. Only the owner sees it, in the dashboard. It's kept for 30 days (at most 20,000 requests) and contains no prompt or response content.
- AI providers receive your prompts and process them under their own terms and privacy policies. Some free tiers (including Google Gemini, Mistral and Kilo) may use prompts to improve their models. NVIDIA logs requests to its free API endpoints for security and to improve its products, and asks that nothing confidential or personal (such as images or recordings of people's faces or voices) be sent. Don't send sensitive information through free tiers.
- Cloudflare AI Gateway: requests to some providers are routed through Cloudflare AI Gateway in the operator's account. When the gateway's log collection is enabled, it stores request and response content there. On fora.ger.llc, gateway logging is currently enabled and limited to the most recent 100,000 requests.
API keys
- Provider API keys added in the dashboard are encrypted (AES-256-GCM) before storage and are never shown again, apart from their last four characters.
- Forager API keys are stored only as SHA-256 hashes.
- The dashboard remembers your Forager API key in your browser's local storage so you stay signed in. It isn't sent anywhere except to this site.
The website (fora.ger.llc)
- Waitlist: if you join, we store your email address, the date you joined and the site you signed up from, only to email you when hosted Forager opens. It's never shared or sold. Use Remove my email under the form to delete it at any time.
- Click counts: clicks on the Deploy, GitHub, star and poll links are counted per day as totals, with nothing that identifies you.
- IP addresses aren't stored. To limit abuse, a short, salted hash of your IP is kept in memory for up to an hour.
- No cookies are set.
- Third parties: the landing page loads fonts from Google Fonts, so Google receives your IP address and browser details when you visit (Google's privacy policy). The GitHub star count and repository statistics are fetched by our server from GitHub; your browser doesn't contact GitHub unless you follow a link.
Infrastructure
Forager runs on Cloudflare Workers and Durable Objects. Cloudflare processes all requests as the hosting provider (Cloudflare's privacy policy). Data stored by Forager lives in the operator's Cloudflare account.
Your choices
- Choose a specific provider with the
model field (for example groq/openai/gpt-oss-120b) instead of auto if you only want certain providers to receive your prompts.
- Remove yourself from the waitlist with the form on the home page.
- Self-host Forager to keep everything in your own Cloudflare account, and turn AI Gateway logging off there if you don't want request content stored.
Changes and contact
We'll update the date above when this policy changes. For privacy questions or requests (for example, to access or delete data about you), email fora@ger.llc. General questions are welcome at github.com/volkanger/forager/discussions.