Your data is yours, and exporting it should not require a support ticket. Everything mynd stores about your workspace can be exported, self-serve, at any time, on any plan.
What is included
- Run history — every run, log, and trace, as newline-delimited JSON.
- Context definitions — what was connected, with what scopes, since when.
- Workspace settings, member list, and audit log.
- Anything an agent wrote on your behalf (drafts, briefs, artifacts).
How to export
From the dashboard: Settings → Data → Export. For anything large, the CLI is better — it streams instead of zipping everything into one download.
y0 export --all --format ndjson --out ./mynd-export/Exports are generated fresh, not from a stale snapshot. Large workspaces (millions of runs) are chunked; expect minutes, not hours.
What is not included: data living in your connected tools. We export the connection metadata, but your Google Docs stay in Google — we never copied them in the first place, which is the point of the context model.