What is stored
Your drafts and rewrites are not stored. Not for a retention window, not for training, not in a log. The text exists in memory for the length of the request and is gone when the response ends.
This page is the engineering version. The binding one is the privacy policy.
Not stored at all
- Drafts and rewrites
- Protected spans
- Prompts and model output
- Help assistant conversations
- Anything posted to
/api/detect— the scoring happens in your browser and only the resulting numbers are sent
Stored, and for how long
| What | How long |
|---|---|
| Request metadata — tokens, cost, status, model tier | 90 days, deleted automatically |
| Detection records — scores and counts, never text | 90 days, deleted automatically |
| Support tickets | 180 days, deleted automatically |
| Rate-limit counters | Minutes |
| Account, plan, usage counters | Until you delete your account |
| Custom templates | Until you delete them |
| Voice profiles, and samples if you stored any | Until you delete them |
| API keys | Until you revoke them |
| Anonymous device cookie | 365 days |
Expiry is enforced by the database, not by someone remembering to run a job.
Two things worth understanding
The anonymous device cookie is signed and holds no identity. Its only job is to remember that this browser has used its three rewrites today.
IP addresses are hashed, never written down in a replayable form. They exist to make a per-network rate limit possible.
Voice profiles are the exception
Every other feature is stateless with respect to your writing. A voice profile is not — that is the point of it.
- A measured-only profile (Free) is computed in your browser and posted as numbers. No sample text reaches a server.
- An inferred profile (Pro) requires storing the writing you gave it, because a model has to read it.
Deleting the profile deletes its samples. See Voice profiles.
What that means for you
- There is no draft history to export, because there is none to hold.
- There is no draft history to delete, for the same reason.
- If you need something removed, the things that exist to remove are your account, your profiles, your templates, and your keys.