Export your data
Download or email a copy of everything Mediator stores about you — your GDPR right of access.
The Show my data page is your GDPR right-of-access, served as a single Markdown document. You must be signed in.
What's included
The export walks the database schema and dumps every table that belongs to you, one section per table, as a Markdown table. Nothing is hardcoded — if a new user-scoped table is added, it shows up here automatically. Typical sections: your user profile, platform accounts, contacts, mediator configs and their tools, and your full message history.
Encrypted values are shown verbatim
Sensitive columns — your AI API key, platform session data, integration config — are stored Fernet-encrypted at rest. In the export they appear exactly as stored (cipher text), marked with a 🔒, so you can verify the data really is encrypted and we're not decrypting anything for display. Large OAuth token blobs are truncated to a preview.
Ways to get it
- Rendered — the Markdown rendered as HTML in the page (default).
- Raw Markdown — the source text, useful for piping into another tool.
- Copy — copy the raw Markdown to your clipboard.
- Open as file — download it as
mediator-export.md. - Email export — have the Markdown emailed to any address you choose.
Related
- Delete my data — remove everything instead.
- Privacy Policy — what we store and why.