- Install and authenticate the CLI
- Run your first commands
- Manage several workspaces
- Connect your AI IDE to Mihu through MCP
Installation
- macOS / Linux
- Windows
mihu version. If your shell already has an alias named mihu, the alias wins; rename it or run command mihu.
Quick start
1
Authenticate
abc in abc.mihu.ai), opens the API token page of your dashboard, and stores the token you paste. See Authentication for how tokens work.2
Look around
3
Place your first call
Key features
Every endpoint, one command tree
Commands mirror the API. Path segments become groups, path parameters become arguments and the HTTP method becomes the verb:Interactive create and update
Run acreate or update command without arguments and the CLI walks you through every field with its description, validates enums and shows the request before sending it:
Scripting and CI
Output is a table on a terminal and JSON when piped, so the CLI composes withjq:
mihu login and set two environment variables:
Several workspaces
MCP for your IDE
Give Claude Code, Cursor, VS Code, Windsurf or Claude Desktop full knowledge of your workspace in one command:Any endpoint
For endpoints without a dedicated command, or when you want the raw response:Common commands
Agents
Agents
Phone numbers
Phone numbers
Calls
Calls
Conversations and contacts
Conversations and contacts
Campaigns and tasks
Campaigns and tasks
Quality
Quality
Configuration
Settings live in~/.config/mihu/config.json, credentials in ~/.config/mihu/credentials.json (mode 0600). On Windows both are under %AppData%\mihu.
MIHU_API_TOKEN, MIHU_TENANT, MIHU_BASE_URL, MIHU_PROFILE, MIHU_CONFIG_DIR.
Updates
The CLI checks for a new version once a day and prints a one-line hint. Update with:Uninstall
Next steps
CLI and MCP
Connect Claude Code, Cursor, VS Code and Windsurf
API Reference
Every endpoint the CLI wraps