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
- Team visibility enforced by the security layer
Apps are Svelte pages in src/apps/**/+<lower_snake_case>.svelte. They compile
with the rest of Pod source, so the interface and the system beneath it stay versioned together.
Agent on Core
Agent is a Core capability for retrieving permitted records, understanding operational context, and navigating to the right task. It uses the same workspace structure and policies as the apps people operate directly.
For builders, Agent can help draft workspace source. Preview, verification, and release remain deliberate human-controlled steps.
Continue through the product
Workspace Studio
CoreBuild, preview, release, and roll back the workspace from one place.