⚡ Dispatch · Monitor · Control · Free to Start

Take the Helm of Your AI Agents

Add one line. Dispatch tasks to your agents from your phone. Monitor logs, track tokens, get instant alerts, and control every agent from Telegram — even when your laptop is off.

Free to start · No credit card required

# Install
pip install agenthelm-sdk

# Connect & listen for tasks
from agenthelm import Agent

agent = Agent(key="ahe_live_...")
@agent.on_dispatch
def handle_task(task, data):
  agent.log(f"Dispatch received: {task}")
  agent.progress(25, "Searching...")
  agent.track_tokens(used=500, model="gpt-4o", cost_per_1k=0.005)
  return {"url": "leads.csv"}

Running AI agents is a black box

You built it. You deployed it. Now you have no idea what it's doing.

Did it crash?

No alerts. No notifications. You wake up to find your agent stopped 6 hours ago. Silently.

How much did it cost?

LLM tokens add up fast. No way to see real-time usage until you get the invoice.

Can you control it remotely?

Agent stuck in a loop? You need to SSH in, find the process, and kill it manually.

vs Claude Dispatch

The Open Alternative to
Claude Dispatch

Claude is powerful but expensive and locked to one provider. It requires your Mac to be awake and is limited to specific use cases.

AgentHelm Dispatch works with any agent, on any server, using any LLM provider. Control your agents from Telegram while your laptop is closed at the beach.

Claude Dispatch
AgentHelm
Costs$20/mo + Usage
Free to Start
Lock-inClaude Only
Any LLM (Open Source)
AvailabilityMac must be awake
Cloud-native (Always on)
InterfaceDesktop Only
Telegram + Dashboard
ControlAuto-only
Remote CLI + Manual Overrides

Meet AgentHelm

Your AI Agent Control Plane

Add one line of code. Take full control of every agent you build.

New

Dispatch Tasks Remotely

Send tasks to your agents from Telegram. "/dispatch lead-agent find 10 leads". Work continues without your laptop.

Real-Time Progress

See circular progress bars and status updates on your phone. "Agent is 45% done researching competitor pricing."

Loop Automation

Auto-restart agents if they crash or get stuck. Set up infinite loops for long-running data gathering tasks.

Live Log Terminal

Stream real-time logs with color coding, filtering, and search. See exactly what your agent is doing right now.

Chat With Agents

Send commands. Get responses. Chat directly with your running agent from dashboard or Telegram.

AI Failure Analysis

Click Explain on any error. Gemini reads your logs and tells you exactly what went wrong and how to fix it.

Up and running in 3 minutes

1

Sign up and get key

Create a free account. Your unique connect key is generated instantly.

ahe_live_xxxxxxxxxxxxxxxx
2

Add one line

Install the SDK and connect. Works with any Python or Node.js agent.

# Python
from agenthelm import Agent
agent = Agent(key="ahe_live_...")
// Node.js
import { connect } from 'agenthelm-node-sdk'
const agent = connect({ key: 'ahe_live_...' })
3

Take the helm

Open the dashboard. See your agent live. Chat with it. Get Telegram alerts.

Dashboard
📨 New Feature

Dispatch Tasks From Your Phone

Your agents don't need a browser to be productive. Send complex tasks via Telegram and watch them execute in real-time.

AH
Ready for dispatch.
/dispatch lead-agent find 20 leads

01. Send from Telegram

Start any registered agent task with a simple command. No SSH, no dashboard login required.

@agent.on_dispatch

def handle_task(task, data):

# Business logic here

results = search_leads(task)

return results

02. Agent runs code

The `@on_dispatch` decorator triggers your function automatically wherever the agent is running.

Task Complete! ✅

Found 20 leads for "SaaS marketing".

leads_export.csv (4.2kb)

03. Get results instantly

Structured data, files, and success logs are sent back to your Telegram thread immediately.

Telegram Integration

Your entire agent fleet, inside Telegram

Connect your Telegram account and get instant alerts when agents crash, spike in tokens, or go silent. Control everything without opening a browser.

  • Instant crash alerts
  • /stop and /run commands
  • Daily usage summaries
  • Token spike warnings
  • Chat with agents in Telegram
AH
AgentHelm Bot
bot
Lead Agent has gone silent

No ping received in 10 minutes.

Use /run Lead Agent to restart.

/agents

🤖 Your Agents (3)

🟢 Lead Agent
Status: running
Last ping: 5s ago
🔴 Email Bot
Status: stopped
🟡 Data Scraper
Status: idle

Simple, honest pricing

Start free. Upgrade when you're ready. No credit card required.

Starter

₹0

Forever free

  • 3 agents
  • 100,000 traces/month
  • 7 day log history
  • Live dashboard
  • Telegram alerts (basic)
  • AI failure analysis
  • All anomaly alerts
Get Started Free
Most Popular

Indie

₹399/month

~$5/month

  • 10 agents
  • Dispatch tasks
    NEW
  • Progress tracking
    NEW
  • 2,000,000 traces/month
  • 30 day log history
  • AI failure explanations
  • Email + Telegram alerts

Studio

₹1,299/month

~$16/month

  • Unlimited agents
  • Unlimited dispatch
    NEW
  • 15,000,000 traces/month
  • Everything in Indie
  • Task history
  • Team support
  • Priority support
Upcoming

🎉 All plans include a 14-day Indie trial. No credit card required.

Ready to dispatch your first task?

Start monitoring your AI agents in minutes. Free forever.

No credit card · Free forever · Cancel anytime