Module 1: Overview & Onboarding

Create workspace and run first bot end-to-end.

Commands are templates. Replace IDs, secrets and endpoints with your environment values.

Hands-on Steps (Directly Runnable)

Execute each command, capture output, then note issues and fixes.

Step 1: Create workspace

Run:
maxclaw login\nmaxclaw workspace create team-demo

Copyable commands
maxclaw login
maxclaw workspace create team-demo

Step 2: Create first agent

Run:
maxclaw agent create support-bot --template faq

Copyable commands
maxclaw agent create support-bot --template faq

Step 3: Publish draft

Run:
maxclaw agent deploy support-bot --env staging

Copyable commands
maxclaw agent deploy support-bot --env staging

Step 4: Smoke test

Run:
maxclaw agent test support-bot --input "Hello"

Copyable commands
maxclaw agent test support-bot --input "Hello"

Continue to the next module

Turn the commands on this page into your team runbook.

MaxClaw Module 1: Overview & Onboarding | BestClaw