Export Data

What gets exported

When you export a project, you receive a JSON file containing:

  • Project metadata — Name, description, platform, phase, status, and configuration.
  • Tasks — All kanban tasks with their column, priority, descriptions, and dependencies.
  • Outputs — Every saved output from your workers (specs, designs, copy, financial plans, etc.).
  • Features — Feature definitions, assignments, status, and completion stats.
  • Execution history — The full execution ledger timeline for the project.

What is NOT exported

For security, the following are excluded from all exports:

  • Infrastructure credentials — Firebase service accounts, Vercel tokens, and GitHub tokens are never included.
  • API keys — Your BYOK Anthropic key and any other stored secrets are excluded.
  • Managed secrets — Stripe Connect credentials, signing keys, and encryption material.

How to export

  1. Open Settings from the avatar menu in the sidebar.
  2. Go to the Data tab.
  3. Click Export Project Data and select the project you want to export.
  4. A JSON file downloads to your device.

This feature requires the Builder plan or above.

Data format

The export file is standard JSON with top-level keys for each data type (project, tasks, outputs, features, ledger). All timestamps are ISO 8601 strings in UTC. The file can be opened in any text editor or parsed programmatically.