1. Start the local stack
You need Node.js 22 or newer, pnpm, Docker, and the Supabase CLI.cp command with:
2. Build the terminal client
On hosted Mandala, use
mandala auth login without an email. The terminal opens a browser where you sign in and choose a workspace.3. Open Mandala
/ to browse available commands or /help to see commands that are valid in the current context.
A useful first walkthrough is:
- Run
/workspaceand select the seeded workspace. - Run
/agentsand open the procurement agent. - Test it in Sandbox before activation.
- Run
/inboxand open the generated recommendation. - Inspect
/recommendation,/evidence,/draft, and/history. - Approve, edit, reject, resolve, or request rework from the review screen.
- Use
/executeonly after an item is approved. The included executor is mock-only.
4. Check the environment
Next steps
- Learn how agent definitions work in Agents.
- Understand the temporary write boundary in Sandbox.
- Follow the review lifecycle in Inbox and approvals.
- See every scripted command in the CLI reference.