Export your data
Download everything you've made — projects, chat history, render metadata — in one zip.
### Where
Go to **/app/settings/account** → "Export my data". Click the button. We queue a job and email you a download link within ~5 minutes. The link is valid for 48 hours.
### What's in the zip
- `projects/<id>/composition.html` — the full HTML composition for every project you own.
- `projects/<id>/chat.json` — your full chat history with the agent (prompts, plans, agent replies).
- `projects/<id>/renders.json` — metadata for every render (job id, timestamps, status, duration, output URL).
- `account.json` — your profile, plan, credit balance, and creation date.
### What's NOT in the zip
- **Rendered MP4 files.** We don't re-bundle the actual video files — they can be tens of GB across your history. The `renders.json` includes signed URLs for each one; download what you need separately.
- Other users' data (obvious, but worth saying).
- Internal logs and metrics.
### Doing it programmatically
The export is on-demand only right now. If you need scheduled exports, email **support@vibeedit.video** — we'll help.