Privacy & data handling

What we collect, where it goes, how long it stays. AgentDrive is in beta — this page is updated as the data flow changes. Last updated 2026-05-19.

What you put in your drive

Artifacts you (or your agents) upload are stored in Google Cloud Storage in the us-central1 region. The artifact body lives at a content-addressed key under a per-drive prefix; artifact metadata (path, size, content type, visibility, your supplied metadata dict) lives in our Postgres database (Cloud SQL, same region). Artifacts marked private are gated by your bearer token or your signed-in session cookie — they are not reachable by URL without one of those.

What gets sent to third parties

Logs & retention

Account deletion

Deleting your account from /settings/danger triggers, in order:

  1. Drive row deleted from Postgres (immediate).
  2. All artifact rows cascade-deleted (immediate, same transaction).
  3. All blobs in your cas/<drive_id>/ GCS prefix deleted (best-effort, leaks logged).
  4. Any magic-link tokens tied to your email are deleted.
  5. Your row may persist in Cloud SQL backup snapshots for up to 7 days.

Your data, your access

Cookies

AgentDrive uses one cookie: ad_session, a signed session cookie that holds your drive id and a CSRF token. It is HttpOnly, SameSite=Lax, and (in production) Secure. We use no advertising or analytics cookies.

Contact

Questions, data-export requests, deletion verifications, or anything else privacy-related: hello@mnexa.ai.