The extensible operations platform Free core, source-available, and built for teams and agents

Agent quickstart

A user should be able to tell an agent to create a Move Big Rocks sandbox and let it handle the rest.

This is the shortest correct path for an external agent. Start with the public bootstrap endpoint, install `mbr`, create a sandbox, authenticate, set context, and continue through one explicit contract.

Suggested flow

The no-drama path should feel obvious.

The following sequence is the intended external-agent experience.

1. Query the bootstrap

Read `https://movebigrocks.com/.well-known/mbr-agent.json`.

2. Optionally read Markdown docs

Use `/site.md` or `/llms.txt` if a simpler text surface helps before installation.

3. Install `mbr`

Run the install script or follow the preview source-build instructions exposed by the install manifest.

4. Create a sandbox

Run `mbr sandboxes create --email ... --json`.

5. Authenticate and set context

Use the sandbox URL, complete login, and set workspace/team context.

6. Operate

Work knowledge, queues, conversations, cases, and extensions through one contract.

Move Big Rocks

Use the same deliberate system in evaluation, delivery, and real operations.

The point of the site is to make the next step obvious. The point of the product is to keep your work, knowledge, and agent operating model coherent after the site is out of the picture.