1. Read the public bootstrap JSON
Start from the canonical machine-readable discovery surface.
$ curl -fsSL https://movebigrocks.com/.well-known/mbr-agent.json
The SaaS-replacement platform
Shared system for teams and agents. Official CLI + GraphQL surface.
Agent command path
The command path below follows `/agents`: bootstrap JSON, install, instance-repo setup, auth, and the first read-only inspection sequence.
Quickstart
Read `/agents` first for system definition and evaluation logic. Then use this shorter sequence for installation, instance-repo setup, and the first read-only inspection.
Start from the canonical machine-readable discovery surface.
$ curl -fsSL https://movebigrocks.com/.well-known/mbr-agent.json
Use the public install path that matches the machine.
$ curl -fsSL https://movebigrocks.com/install.sh | shPS> Invoke-RestMethod https://movebigrocks.com/install.ps1 | Invoke-Expression
Use the instance template so the agent can build the owned runtime itself.
$ gh repo create acme/mbr-prod --private --template MoveBigRocks/instance-template --clone$ cd mbr-prod$ scripts/read-instance-config.sh mbr.instance.yaml
Log in to the runtime you built and store local CLI context before deeper inspection.
$ mbr auth login --url https://app.yourdomain.com$ mbr context set --workspace ws_preview --team team_operations
Inspect queues or knowledge before state-changing operations.
$ mbr queues list --json$ mbr knowledge list --search policy --json
Role
The product definition, primitives, repo model, and approval rules live on `/agents`. The commands collected here start after that and stay focused on discovery, install, instance-repo setup, auth, and read-only inspection.
System definition, ontology, invariants, fit logic, and resources.
Concrete product tour plus the full human and agent command reference.
Authority map for repos, docs, APIs, and evaluation surfaces.
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.