Privacy & data handling

What we collect, where it goes, how long it stays. Covers the AgentDrive web app, API, MCP server, and the AgentDrive SnipIt browser extension. AgentDrive is in beta — this page is updated as the data flow changes. Last updated 2026-06-13.

What you put in your drive

Artifacts you (or your agents) upload are stored on Google Cloud infrastructure in the United States. Artifact metadata (path, size, content type, visibility, your supplied metadata dict) is held in our database, also in the United States. 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.

Agent & MCP connector access

AgentDrive exposes your drive to AI agents over an MCP server — usable as a connector in Claude and other MCP clients — and over the REST API. Every connection is scoped to a single drive by an OAuth grant or bearer token you authorize, and can be revoked at any time from /settings.

What gets sent to third parties

Logs & retention

Account deletion

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

  1. Your drive record is deleted from our database (immediate).
  2. All artifact records cascade-deleted (immediate, same transaction).
  3. All your uploaded file bytes are deleted from storage (best-effort, leaks logged).
  4. Your account record may persist in database backup snapshots for up to 7 days.

Your data, your access

EU & UK users — your rights under the GDPR

AgentDrive is operated by Mnexa ("we"), the data controller for your account data and the artifacts you store. If you are in the European Economic Area, the United Kingdom, or Switzerland, the GDPR / UK GDPR gives you the rights below. We honour them for all users regardless of location.

Legal bases for processing

Your rights

You may exercise the rights of access, rectification, erasure, restriction, portability, and objection, and you may lodge a complaint with your local supervisory authority:

To exercise any right, email hello@mnexa.ai. We respond within 30 days. We do not sell personal data and do not use it for advertising or automated decision-making with legal effects.

International data transfers

Our infrastructure and sub-processors are in the United States, so your data is transferred to and stored in the US. Where that involves EEA/UK personal data, the transfer relies on the EU-U.S. / UK Data Privacy Framework certifications of our sub-processors and/or the European Commission's Standard Contractual Clauses.

Sub-processors

We use the following processors to run AgentDrive. Each is bound by a data processing agreement and processes data only on our instructions.

Business customers who need a signed Data Processing Agreement can request one at hello@mnexa.ai.

AgentDrive SnipIt (browser extension)

AgentDrive SnipIt is an optional Chrome extension that captures a region of the current tab, lets you annotate it, and uploads the image to your AgentDrive with a shareable link. The extension is a front door to the same data flow described above — anything SnipIt saves is just an artifact in your drive, governed by the same storage, retention, and deletion rules.

Single purpose

SnipIt has one purpose: capture, annotate, and upload screenshots to your AgentDrive. The extension does nothing else. It does not read pages you don't trigger it on, does not monitor browsing activity, does not inject ads, and does not modify pages you visit beyond the on-demand region-select overlay you opt into.

What the extension collects

What the extension sends, and to whom

Chrome permissions, and why each is needed

No remote code, no model training

SnipIt ships all its code in the extension package. It does not fetch and execute remote JavaScript or WebAssembly at runtime. The image bytes you upload are stored in your drive — they are not used to train any machine-learning model, ours or anyone else's. If you later turn on LLM indexing for your drive (see the third-party section above), text-extractable artifacts may be sent to Google Gemini; screenshot PNGs from SnipIt are not text-extractable and are not part of that flow.

Limited use compliance

Per Chrome Web Store's limited-use requirements, we affirm that data accessed by AgentDrive SnipIt:

Removing the extension

Uninstalling SnipIt clears all extension-local storage (tokens, drafts) from your browser. It does not delete screenshots already uploaded to your drive — those follow the standard deletion path (see "Your data, your access" above).

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.