Exports and Backups

Exports and backups protect workspace configuration and runtime state.

What Should Be Exportable

DartStream exports should eventually cover:

  • workspace metadata

  • projects and environments

  • users and roles

  • provider connection metadata

  • runtime controls and live config

  • audit history

  • billing and entitlement snapshots

Secrets should not be exported in plain text. Provider credentials should be represented by references, metadata, or redacted values.

Backup Use Cases

  • review production state before a risky change

  • migrate project configuration

  • preserve audit evidence

  • recover from an accidental runtime-control update

Current Status

Exports and backups are a product surface in the dashboard. Treat this as an expected workflow until the backend export and restore lifecycle is verified end to end.