Telegram, Email, WhatsApp, Voice. One API to give your AI agent a phone number, email, and messaging presence. Deploy in minutes.
# 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!"}'
One API. Multiple channels. Zero infrastructure headaches.
Connect any Telegram bot token. We handle webhooks, message routing, and delivery. Your agent gets a real Telegram presence.
Every agent gets a unique email address automatically. Receive and send emails through your agent with zero setup.
Text-to-speech powered by ElevenLabs. Your agent can send natural-sounding voice messages in 29 languages.
Every incoming message is forwarded to your webhook with HMAC signature verification. Process with your own AI logic.
Track message volume, channel breakdown, and usage per agent. Know exactly how your agents are performing.
API key authentication, webhook signatures, hashed credentials, encrypted storage. Your agent data stays safe.
Register with one API call. Get your key instantly. No credit card required.
One API call creates email, Telegram webhook, and unique agent ID.
Set your webhook URL. We forward messages to your AI. You reply through our API.
Add more agents, channels, and messages. We handle infrastructure.
Start free. Scale as you grow.
RESTful. Predictable. Full OpenAPI docs included.