@chanl/cli
v2.0.4
Published
Command-line interface for Chanl Analytics
Readme
@chanl/cli
Command-line interface for the Chanl AI platform.
Install
npm install -g @chanl/cliOr run directly:
npx @chanl/cliQuick Start
# Authenticate
chanl login
# Check health
chanl health
# List agents
chanl agents list
# Chat with an agent
chanl chat <agent-id>
# Run test scenarios
chanl scenarios list
chanl scenarios run <id>
# Manage tools
chanl tools list
chanl toolsets listCommands
| Command | Description |
|---------|-------------|
| chanl login | Authenticate with API key or browser |
| chanl health | Check API health |
| chanl agents | Manage AI agents |
| chanl tools | Manage MCP tools |
| chanl toolsets | Manage tool collections |
| chanl scenarios | Run test scenarios |
| chanl calls | Import and analyze calls |
| chanl call <phone> | Make an outbound AI call |
| chanl chat <agent> | Interactive chat session |
| chanl kb | Manage knowledge base |
| chanl memory | Manage agent memory |
| chanl scorecards | Manage evaluation scorecards |
| chanl prompts | Manage prompt templates |
| chanl config | CLI configuration |
| chanl mcp | MCP server status |
Configuration
chanl config show # Show current config
chanl config set baseUrl <url> # Custom API endpoint
chanl config reset # Reset to productionDefault API: https://platform.chanl.ai
Documentation
License
MIT
