Questions in this topic
Does Nakama read or store my email and data?
Nakama only works with the context you open, and processes it on demand — it is shown in the panel and then discarded. Nothing is stored on Nakama's servers; the functions are stateless with no database. Your connection tokens stay in your browser's local extension storage, on your own device.
Does Nakama use my data to train AI?
No. Nakama does not train, fine-tune or build any AI model on your data. Nakama is not an AI company — it routes requests to AI providers, who process the data under their own terms; those providers may use submitted data under those terms, but Nakama never does.
How does Nakama keep my data secure?
All traffic uses HTTPS with TLS 1.2 or above. OAuth tokens are kept only in Chrome's sandboxed extension storage on your device and deleted when you disconnect. Nakama's token-exchange functions are stateless and store nothing server-side, and client secrets stay in encrypted environment variables. Nakama requests the minimum permissions each feature needs.