Workspaces and teams
Use workspaces and teams to define durable ownership and security boundaries across workflows.
The SaaS-replacement platform
Shared system for teams and agents. Official CLI + GraphQL surface.
Core shared base
Move Big Rocks core gives teams and agents one shared base for workspaces, teams, forms, queues, conversations, cases, knowledge, automation, and audit. It also turns private Markdown, concepts structured by specs, prompts, and operating context into controlled workspace surfaces that people and agents can use without exposing the source artifacts by default. Out of the box, that is already enough to replace a surprising amount of SaaS sprawl, including many approval flows, purchase requisitions, and spreadsheety internal workflows through workspace configuration alone before custom extensions enter the picture.
Table of contents
Jump directly to the part you need.
System model
The core exists so each new workflow does not need its own separate permissions model, queue model, knowledge silo, or private operating context. Many internal processes are configuration problems on the shared base, not extension problems.
Use workspaces and teams to define durable ownership and security boundaries across workflows.
Use forms to collect what must be known before work becomes real, routable, and reviewable.
Use queues for work in motion, conversations for live interaction, and cases for durable follow-through.
Keep policy, guidance, and automation close to the work they govern instead of scattering them across separate systems.
Why these primitives exist
The primitives are not arbitrary nouns. They are the smallest stable set that keeps security, ownership, intake, execution, knowledge, and follow-through legible to both humans and agents.
Proof bundle
A workspace exists because a real system needs a durable security and tenancy boundary, not just a loose tag.
A team exists because operational ownership, SLAs, routing, and approvals need a first-class boundary inside a workspace.
A form exists because intake should be a structured contract before work becomes real, not a half-parsed email or chat message.
A queue exists because teams need one visible work bucket for routing and triage, even when the underlying item is a conversation or a case.
The model keeps live interaction and durable work separate on purpose, so one does not collapse the other into a shallow ticket.
Knowledge exists because policy, runbooks, prompts, templates, and concept-driven context should live in the same system as the work they govern, with explicit audience control instead of loose folder sharing.
Automation exists because follow-through should act on explicit records and typed events instead of hidden scripts and side channels.
Primitives and relationships
The value is not any single primitive in isolation. The value is the way they reinforce each other under one model.
Structured intake makes routing deliberate instead of leaving humans and agents to guess.
Work can begin as live interaction, durable casework, or both without collapsing into one shallow record type.
Runbooks, policies, templates, and shared context remain available at the point of execution.
Automations act on visible state and produce visible follow-through.
Approvals, routing changes, and production operations remain visible instead of being buried in scripts.
Examples
Even before custom extensions, the core is strong enough to replace many disconnected combinations of service desks, forms, inboxes, docs, lightweight tickets, glue automation, and spreadsheet-driven internal workflows.
Out of the box, forms, queues, conversations, and cases are already strong enough to replace a surprising amount of what teams otherwise spread across Zendesk, ServiceNow, email, and spreadsheets.
Structured forms and downstream routing can replace Formstack-style intake without leaving follow-through in a different tool.
Many approval flows, purchase requisitions, and spreadsheety operational processes can be handled with workspace configuration on forms, cases, queues, teams, and automation rather than a new extension.
Keep team knowledge, policies, templates, and runbooks connected to the work they drive instead of splitting them across docs and tickets.
Create internal portals and controlled agent-facing surfaces without standing up a separate app stack.
Turn proprietary Markdown, concept instances, prompts, and operating context into controlled workspace surfaces that people and agents can use without exposing the whole source tree by default.
References
Each link goes to the next authoritative page, reference, or support surface.
Move Big Rocks
Start from /agents, use
/docs/cli as the official product
tour, inspect /resources for
source and proof, and review /security
before making deployment or data-handling decisions.