The SaaS-replacement platform Shared system for teams and agents. Official CLI + GraphQL surface.

Agent command path

From discovery to first runtime inspection.

The command path below follows `/agents`: bootstrap JSON, install, instance-repo setup, auth, and the first read-only inspection sequence.

Agent-first route: Start at /agents, inspect /docs/cli, and drop into this page when you need proof, detail, or rollout guidance.

Quickstart

From discovery to first owned runtime check.

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.

1. Read the public bootstrap JSON

Start from the canonical machine-readable discovery surface.

$ curl -fsSL https://movebigrocks.com/.well-known/mbr-agent.json

2. Install `mbr`

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

3. Create the private instance repo

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

4. Authenticate and set context

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

5. Start with read-only checks

Inspect queues or knowledge before state-changing operations.

$ mbr queues list --json$ mbr knowledge list --search policy --json

Role

Use this sequence after the product definition is clear.

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.

References

Canonical next surfaces.

Each link goes to the next authoritative page, reference, or support surface.

Move Big Rocks

Let agents inspect the CLI-first surface. Let humans decide trust, rollout, and boundaries.

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.