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.

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

Installs Python if needed. Works on macOS and Linux.

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

SIMPLE PRICING

No subscriptions. No commitments. Pay only for what your agents use.

Platform Keys
~$0.09
per message
  • No API key needed
  • Claude Sonnet & GPT-4o
  • Zero setup — start immediately
Bring Your Own Key
~$0.07
platform fee / message
  • Use your OpenAI or Anthropic key
  • Minimal platform fee only
  • Keys encrypted at rest (AES-256)
How It Works
Credits
top up anytime
  • 1 credit = $1
  • Credits never expire
  • Top up from $5

Estimates based on average message length. Exact cost depends on conversation length and model.

BRING YOUR OWN KEY

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.

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

Works with any OpenAI or Anthropic API key. Switch between platform keys and your own anytime.

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.