Export
GET /spaces/:slug/export (or the Export button on the space manage page). Requires list access to the space; only pages you can read are included. Revision history intentionally stays home — a bundle is a portable snapshot.
Import
POST /spaces/:slug/import?mode=skip|overwrite with a bundle body (or the Import button). Paths are space-relative, so a bundle exported from deals can be imported into pipeline.
skip(default) leaves existing pages alone.overwritewrites new revisions (nothing is ever destroyed — revisions are append-only).- Metadata is applied after each page.
- The response summarizes
{created, updated, skipped, errors[]}.
Uses
- Moving a solution between deployments (dev → prod)
- Sharing a template kit
- Seeding a new customer’s workspace
- Snapshots before large changes