Build, deploy, and manage AI agents programmatically. Pay only for what you use. Bring your own API keys for lower costs.
pip install humuter-clior: curl -fsSL https://platform.humuter.com/install.sh | sh
pip install humuter-cli
humuter login
humuter agents create
humuter agents deploy
Pay for what you use
No subscriptions. No commitments. Pay only for the tokens you use.
1 credit = $1. Top up with any amount. Credits never expire.
Already paying for OpenAI or Anthropic? Use your own API keys and only pay a minimal platform fee. Your keys are encrypted at rest and never logged.
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.