@webcorestudio/agento-cli
Agento AI Official CLI Tool
Script, automate, and trigger autonomous WhatsApp agents and healthcare workflows directly from your terminal, GitHub Actions, or local machine.
Instant Execution with NPX
# Check live API health and status
npx @webcorestudio/agento-cli status
Available CLI Commands
status / health
Checks connectivity, API response latency, and system operational status.
npx @webcorestudio/agento-cli status
appointments list
Fetches OPD consultation bookings for a specific hospital business tenant.
npx @webcorestudio/agento-cli appointments list --business-id <UUID>
cron trigger
Executes automated background reminder scanners or feedback follow-ups.
npx @webcorestudio/agento-cli cron trigger all --business-id <UUID>
version
Outputs the installed or executed CLI version.
npx @webcorestudio/agento-cli --version
Global Installation (Optional)
Install the binary globally to use the direct agento command anywhere:
npm install -g @webcorestudio/agento-cli
Environment Variables
AGENTO_API_URLDefault: https://orderagentapp.webcorestudio.dev
AGENTO_BUSINESS_IDDefault tenant business UUID
CRON_SECRETShared secret for cron triggers