Self-hosted production
Your team owns the runtime environment, domains, secrets, and deployment timing.
The SaaS-replacement platform
Shared system for teams and agents. Official CLI + GraphQL surface.
Security and trust model
Move Big Rocks is designed around a self-hosted production model, owned evaluation environments, centralized auditability, and bounded extensions. Agents can help inspect and operate the system, but the trust model stays explicit and human-controlled.
Table of contents
Jump directly to the part you need.
Deployment model
The current path is to evaluate Move Big Rocks on infrastructure you control. That keeps the trust posture legible from the beginning, even if the first runtime is small.
Your team owns the runtime environment, domains, secrets, and deployment timing.
The instance-template repository is the authoritative deployment template for customer-controlled production.
Use one Ubuntu VPS you control, or a local technical setup, to test the system without pretending the deployment model is someone else's problem.
Use a small first runtime, plus preview workspaces and review gates, to decide how and when to broaden the deployment.
Evaluation versus production
A small owned runtime still needs explicit review. The difference from broader production is mainly scale, blast radius, and the amount of operational hardening already in place.
Permissions and boundaries
Move Big Rocks is useful because approvals, access, routing, and work records remain within the same system.
Use workspaces and teams as deliberate operational boundaries, not incidental implementation details.
Access rules and responsibility should stay visible to humans rather than drifting into scripts or hidden middleware.
Production extension activation, broader access changes, and data-handling decisions should remain explicit human approvals.
Agents should work through the same CLI, API, and operational records rather than bypassing the system through browser automation or private glue.
Auditability
When the system is shared, auditability becomes a property of the platform instead of a best-effort habit.
Human review points
Agents can summarize these questions. Humans must decide them.
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.