CLI Command Reference
The Clawdbot CLI is the primary tool for managing the gateway and agent interactions.
Core Commands
Setup and Onboarding
clawdbot setup # Initialize workspace
clawdbot onboard # Run interactive wizardGateway Management
clawdbot gateway run # Run in foreground
clawdbot gateway start # Start service
clawdbot gateway stop # Stop service
clawdbot gateway restart # Restart service
clawdbot gateway install # Install system serviceChannel Management
clawdbot channels status # View status
clawdbot channels login whatsapp # Login to channel
clawdbot channels reconnect # ReconnectAgent Management
clawdbot agents list # List agents
clawdbot agents add work # Add agent
clawdbot agents remove # Remove agentDiagnostics
clawdbot status # Basic status
clawdbot status --all # Full diagnosis
clawdbot doctor # Run diagnostics
clawdbot logs # View logsGlobal Options
--dev # Use isolated dev state
--profile # Use named profile
--no-color # Disable colors
--json # JSON output