Privacy
Your data, your call.
The site is honest about what it captures and lets you wipe it. No accounts. No emails. Just an anonymous cookie tying your turns together.
What gets captured
Every chat turn writes one row in conversations, one in messages (your prompt), one more in messages (the model's response), and one in api_calls (model id, token counts, latency, cost in cents). Plus an entry in visitor_signals when notable events fire (rate limit hit, jailbreak attempt, etc).
Tied together by a 1-year visitor_uuid cookie (httpOnly, SameSite=Lax). No email. No name. No IP retained, only the country.
What you can do about it
The purge endpoint deletes everything tied to your cookie: conversations, messages, api_calls, visitor_signals. Cascade is enforced at the DB level, so if a row references your visitor row, it goes too.
Your status
6dbdf81f-9b85-47b1-8ae8-e718827c6f10
Cookie-light mode
If you decline the cookie at the banner (when the banner ships), the chat still works. We just do not retain anything past the page session. No row in visitors, no row in conversations. The trade-off is the model has no history of your prior turns within the same session.