HUMUTERPlatform

DEPLOY AI AGENTS
FROM YOUR TERMINAL

Build, deploy, and manage AI agents programmatically. Pay only for what you use. Bring your own API keys for lower costs.

$pip install humuter-cli

or: curl -fsSL https://platform.humuter.com/install.sh | sh

HOW IT WORKS

01

Install

pip install humuter-cli

02

Login

humuter login

03

Create

humuter agents create

04

Deploy

humuter agents deploy

05

Pay

Pay for what you use

PAY-AS-YOU-GO PRICING

No subscriptions. No commitments. Pay only for the tokens you use.

ModelInput / 1M tokensOutput / 1M tokens
Claude Sonnet$4.50$22.50
GPT-4o$3.75$15.00
BYOK (your key)$0.50 / 1M tokens (flat platform fee)

1 credit = $1. Top up with any amount. Credits never expire.

BRING YOUR OWN KEY

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.

$ humuter config set-key openai sk-...

SIMPLE API

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"
  }'

START BUILDING

Install the CLI, create your first agent, and deploy it — all from your terminal.