Create workspace and run first bot end-to-end.
Commands are templates. Replace IDs, secrets and endpoints with your environment values.
Execute each command, capture output, then note issues and fixes.
Run:
maxclaw login\nmaxclaw workspace create team-demo
maxclaw loginmaxclaw workspace create team-demoRun:
maxclaw agent create support-bot --template faq
maxclaw agent create support-bot --template faqRun:
maxclaw agent deploy support-bot --env staging
maxclaw agent deploy support-bot --env stagingRun:
maxclaw agent test support-bot --input "Hello"
maxclaw agent test support-bot --input "Hello"