Build, deploy, and manage AI agents programmatically. Pay only for what you use. Bring your own API keys for lower costs.
curl -fsSL https://platform.humuter.com/install.sh | shInstalls Python if needed. Works on macOS and Linux.
pip install humuter-cli
humuter login
humuter agents create
humuter agents deploy
Pay for what you use
No subscriptions. No commitments. Pay only for what your agents use.
Estimates based on average message length. Exact cost depends on conversation length and model.
Already paying for OpenAI or Anthropic? Use your own API keys and save on every message. Your keys are encrypted with AES-256-GCM at rest and never logged.
Works with any OpenAI or Anthropic API key. Switch between platform keys and your own anytime.
curl -X POST https://humuter.com/api/v1/chat \
-H "Authorization: Bearer hmt_your_key" \
-H "Content-Type: application/json" \
-d '{
"message": "What is your project about?",
"channel": "api"
}'Install the CLI, create your first agent, and deploy it — all from your terminal.