Now in Beta

Give your AI agents
a real-world identity

Telegram, Email, WhatsApp, Voice. One API to give your AI agent a phone number, email, and messaging presence. Deploy in minutes.

Get Started Free See How It Works
Create an agent identity in seconds
# 1. Register and get your API key
curl -X POST https://eqhoids.com/v1/auth/register \
  -d '{"email":"you@dev.com", "password":"secret"}'
# Returns: {"api_key": "eqho_U1Cx..."}

# 2. Create an agent identity
curl -X POST https://eqhoids.com/v1/agents \
  -H "X-API-Key: eqho_YOUR_KEY" \
  -d '{"name":"SalesBot","channels":["telegram"]}'
# Your agent now has email + telegram + webhook

# 3. Send a message through your agent
curl -X POST https://eqhoids.com/v1/messages/send \
  -H "X-API-Key: eqho_YOUR_KEY" \
  -d '{"agent_id":"...","to":"123","content":"Hello!"}'

Everything your agent needs

One API. Multiple channels. Zero infrastructure headaches.

💬

Telegram Identity

Connect any Telegram bot token. We handle webhooks, message routing, and delivery. Your agent gets a real Telegram presence.

Email Identity

Every agent gets a unique email address automatically. Receive and send emails through your agent with zero setup.

🔊

Voice Messages

Text-to-speech powered by ElevenLabs. Your agent can send natural-sounding voice messages in 29 languages.

🔌

Webhook Delivery

Every incoming message is forwarded to your webhook with HMAC signature verification. Process with your own AI logic.

📊

Usage Analytics

Track message volume, channel breakdown, and usage per agent. Know exactly how your agents are performing.

🔒

Secure by Default

API key authentication, webhook signatures, hashed credentials, encrypted storage. Your agent data stays safe.

How it works

1

Get your API key

Register with one API call. Get your key instantly. No credit card required.

2

Create agent identity

One API call creates email, Telegram webhook, and unique agent ID.

3

Connect your AI

Set your webhook URL. We forward messages to your AI. You reply through our API.

4

Scale

Add more agents, channels, and messages. We handle infrastructure.

Simple pricing

Start free. Scale as you grow.

Starter
$19/mo
Perfect for getting started
  • 1 agent identity
  • Telegram + Email channels
  • 500 messages/month
  • Webhook delivery
  • 30-day message history
  • Community support
Start Building
Business
$99/mo
For teams and agencies
  • 25 agent identities
  • All channels + SMS + Voice
  • 25,000 messages/month
  • Custom voice cloning
  • Unlimited history
  • Dedicated support
Get Started

Developer-first API

RESTful. Predictable. Full OpenAPI docs included.

POST /v1/auth/register
POST /v1/agents
GET /v1/agents
POST /v1/agents/:id/telegram/connect
POST /v1/messages/send
GET /v1/messages?agent_id=
GET /v1/analytics/usage
DEL /v1/agents/:id


Open API Docs