Skip to main content

Persistence

Standalone mode deliberately separates logical data stores:

BoundaryCurrent local store
Content and memory verticalLocal JSON by default
Management PlaneSQLite control-plane database
Runtime Runs and eventsIndependent SQLite runtime database
Work Plane and Workplace projectionsIndependent SQLite Work database plus local artifact files
Flow definitions, versions, drafts, Runs, and eventsIndependent SQLite Flow database

Every Workspace-owned query carries its Workspace identifier. Published Flow versions and agent revisions are immutable. Raw ingested source content is preserved and is never overwritten by normalized or generated output.

These stores are implementation details behind provider-neutral ports; no external database is required by default.