Skip to main content

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

WhatHow long
Request metadata — tokens, cost, status, model tier90 days, deleted automatically
Detection records — scores and counts, never text90 days, deleted automatically
Support tickets180 days, deleted automatically
Rate-limit countersMinutes
Account, plan, usage countersUntil you delete your account
Custom templatesUntil you delete them
Voice profiles, and samples if you stored anyUntil you delete them
API keysUntil you revoke them
Anonymous device cookie365 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.