Interface · Apps and Agent
Interface
Give every role a focused way to operate the same governed records, logic, and decisions.
Read the technical documentation
Apps
Apps turn the same governed workspace into the right tool for each role. A dispatcher can work from a queue, a finance team from a review screen, and a leader from a dashboard without creating three separate systems of record.
- Forms, queues, dashboards, review screens, and operational workspaces
- Shared UI primitives and a typed client for workspace data
- Live, instant reads through Bolt’s sync engine — no per-view refetch orchestration
- Team visibility enforced by the security layer
Apps are Svelte pages in src/apps/**/+<lower_snake_case>.svelte . They compile with the rest of Bolt source, so the interface and the system beneath it stay versioned together.
Agent on Colony
Agent loop, /agent UI, and transcripts are Bolt-owned. Colony admits each loop invocation into a one-shot worker. Model and facility waits resume inside that same invocation: the worker and capacity slot remain assigned, but only active worker CPU is metered. The same workspace policies apply as when people operate the apps directly.
For builders, Agent can help draft workspace source. Preview, verification, and release remain deliberate human-controlled steps.
Continue through the product
Workspace Studio
ColonyBuild, preview, release, and roll back the workspace from one place.