Privacy, in plain language
Last updated: July 2026 · Reading time: about two minutes
The short version: this site is static files with no server, no database, no accounts, and no analytics. We cannot see your API key, your briefs, or the board's responses — not because of a policy, but because there is nothing on our side that could.
Your API key
- Your key is stored only in this browser. By default it lives in session storage and is erased when you close the tab. If you tick "remember this key on this device," it moves to this browser's local storage until you disconnect.
- It is sent to exactly one destination: the AI provider you chose (Google, OpenAI, Anthropic, or OpenRouter), directly over HTTPS, to authenticate your own requests.
- The site ships a Content-Security-Policy that blocks the browser from contacting any other domain — so even a bug or a malicious script couldn't send your key elsewhere.
- You can remove it anytime: Settings → Disconnect & forget key.
Your briefs and the board's responses
- What you type goes from your browser straight to your chosen AI provider under your key and their data terms — the same path as using that provider's own chat product.
- Responses are held in your browser's memory for the current tab only. Close the tab and they're gone. Use "Download report" to keep a copy.
- We never receive, store, log, or train on any of it. There is no "we" in the data path at all.
What the providers see
Your chosen provider processes your brief to generate the advisors' responses, under the terms of your account with them. Their API data policies are generally stricter than their consumer chat products (API inputs are typically not used for training by default), but check the terms of the provider you pick — it's your account and your relationship.
Cookies, analytics, tracking
None. No cookies, no analytics scripts, no pixels, no fingerprinting. The fonts are self-hosted, so not even a font provider learns you were here. Cloudflare, which serves these static files, may keep standard operational logs (like any web host).
The demo
The sample board session is pre-recorded and runs entirely inside the page. It makes no network requests to anyone.
If this changes
If a future version adds accounts or paid features that require a server, that version will say so clearly before you use it, and this page will describe exactly what changed. The free bring-your-own-key version will keep working the way described here.
Questions
Email hello@agenthq.work.