Niobe works because it knows you. That only holds if you can see exactly what it knows, take a copy, and destroy it — so this page ends with working buttons, not a promise to email someone.
| Data | Where | Why |
|---|---|---|
| Account (email, sign-in) | Supabase (managed Postgres, encrypted at rest) | authentication |
| Onboarding answers | Supabase, row-level security — your rows are readable by your session only, enforced by the database (Postgres row-level security), with an automated probe checking the API's behavior hourly | they become your Niobe's brain |
| Notes, tasks, job history | Supabase, same row-level security | the work Niobe does for you |
| Your instance brain files | our operations server, isolated per customer directory | your Niobe's working memory |
| Chat messages | processed to answer you; the model provider (OpenRouter) processes but does not train on them per their zero-retention routing | conversation |
Signed in? These act on your account immediately.
Deletion removes your account and every row keyed to it in one cascading operation, and your instance files are reaped on the next reconcile pass. It cannot be undone. If a button fails, email hello@heyniobe.ai and a human does it.