Projects & saving
- Autosave — your work saves automatically in your browser.
- Projects — the Project drop-down (top-left) keeps several businesses side by side; rename or start a new one there.
- Export / Import model — the up/down arrows export and import the whole model as a single
model.json— your portable, versionable record of the business. Commit it to git to version it. - Versions — when a server-backed workspace is available, Versions lets you save named snapshots and restore an earlier one.
model.json is the source of truth
model.json holds every layer — capabilities, entities, behaviour, automations, roles, workflows, agents,
and your hand-made fixes. It's what export and code generation build from. See
Protecting your fixes.