Summary
This demo does not use advertising or cross-site tracking cookies. One access cookie is required to unlock the gated demo. A small amount of browser storage supports theme preference and in-demo UI state.
Cookies
demo_gate_pass
24 hours
Signed session after a valid invite code. Required to access gated routes and APIs.
HttpOnly, Secure in production, SameSite=Lax, path /.
localStorage
- theme: dark or light UI preference, read on first paint to avoid flash.
- agent-cycle-history-v1: up to 12 agent-cycle metric snapshots (pass rates, governance scores). No raw prompts.
sessionStorage
- ai-studio-recruiter-tour-dismissed: hides the quick-start banner for the current browser session.
- tower-sandbox-export: temporary prompt and knowledge-base handoff from AI Tower to the agent sandbox.
Vercel Web Analytics
The layout loads Vercel Web Analytics in production via /_vercel/insights/script.js. It does not set cookies.
- Page path. Query strings are stripped before events are sent.
- Referrer URL.
- Approximate country and device type, OS, and browser (aggregated in the Vercel dashboard).
- Custom events: none are currently sent from the client. Gate events are recorded server-side in the audit log.
Analytics only reports when Web Analytics is enabled in the Vercel project dashboard. Reporting is cookieless. Visitors are counted via a daily-resetting hash at the edge, not via device storage.
Why there is no cookie banner
- No non-essential cookies are set.
- Web Analytics does not write to your browser.
- The gate cookie is strictly necessary to provide the access-protected demo you request.
- Functional browser storage is limited to the items documented above and is described here instead of shown in an interruptive banner.
Full data-processing context: Privacy.