For administrators
← All topics

Where the data is stored

What is stored in the database, what is encrypted and what goes to the model provider.

What draften stores, where it lies and who sees it.

In draften's database

WhatNote
organisations, people, roles, accessmembers' e-mails and names
mailboxes and assistantsaddresses, settings, instructions with all their versions
knowledge sources and attachmentsuploaded documents including their extracted text, attachment files
messagessender, subject, time, how the assistant sorted them and why, hidden texts found
draftsthe draft text, versions after revision, the difference against the sent version, the evaluation
learninglessons and knowledge corrections with "before and after" examples
trial setsaved messages with their text and thread
recordsmail checks, events, requests, change history

So the database also holds customers' names and mail content. For the draften service the operator runs it; in an installation on your own server it is with you and reachable on the network only inside the installation.

What is encrypted

Secrets are encrypted in the database (AES-256-GCM) with MASTER_KEY, which is not in the database:

A secret is never shown in the interface once stored, and it is not in the change history either. Users' passwords are stored only as a hash (argon2id).

What is not stored

What goes out

To the language model provider (Anthropic by default) go, during triage and writing, the content of the message and the thread, the instructions, the knowledge sources and data from connected systems. With OpenAI store: false is sent; still, with sensitive data check the provider's retention terms. With a local model on your own server, mail never leaves the server.

draften sends nothing else anywhere; e-mails go out only as invitations and notices through the configured mail sender.

Who sees what

Deletion

An organisation is deleted by the operator, and only a suspended one: it goes with everything in it (mailboxes, assistants, messages, drafts, keys, settings, change history). User accounts stay.

Plain text version