Installation
The CLI is automatically available after installing Agentic AI:Command Structure
The CLI follows a grouped command structure:Global Options
Path to the configuration fileShort form:
-cExample:Command Categories
Server Management
server- Start the webhook serverdaemon- Run server with scheduler (daemon mode)
Phone Calls
trigger- Quick trigger a phone callcall- Initiate an outbound phone call (direct)
Scheduling
schedule list- List all configured schedulesschedule run- Run a schedule immediately
Service Management
service install- Install as background serviceservice start- Start the serviceservice stop- Stop the serviceservice restart- Restart the serviceservice status- Check service statusservice logs- View service logsservice uninstall- Uninstall the service
Tunnel Management
tunnel start- Start a tunnel (ngrok/cloudflare)tunnel info- Show tunnel setup information
System
status- Show system statustest-connection- Test connections to Twilio, Gemini, and Gatewaybot- Connect to OpenClaw Gateway (interactive terminal)setup- Interactive setup wizard
Common Workflows
First-Time Setup
Making Calls
Development Mode
Production Mode
Using Schedules
OpenClaw Integration
Configuration File
Most commands load configuration fromconfig.yaml (or the path specified via --config):
.env file.
Exit Codes
0- Success1- Configuration error or operation failed
bot or tunnel start) exit with 0 on normal termination (Ctrl+C).
Getting Help
View help for any command:Next Steps
- Server Command - Start the webhook server
- Trigger Command - Quick call triggering
- Service Commands - Background service management
- Status Commands - System status and testing