One API. SMS, voice, Telegram, email, and Slack, normalized into a single event format, with carrier compliance handled through official channels.
Buy a verified phone number or set up a Telegram bot in one call. Provider accounts and configurations are managed for you.
Every inbound message — whether SMS, Telegram, voice, email, or Slack — arrives at your endpoint in the same shape. Write one handler, reach every channel.
Production-grade webhooks with HMAC signatures and retries. Or skip the public URL and stream events directly to your laptop.
Brand and campaign registration with The Campaign Registry for 10DLC. Sender identity validated through each provider. CTIA Messaging Principles enforced.
The same human texting your number and DM'ing your bot stitches into one contact. Conversations follow the person, not the channel.
A 10-line Python demo gets you replying to live messages. Drop down to raw HTTP whenever you need to.
The example echoes any incoming message back to the sender, whether they reached your agent over SMS, Telegram, voice, email, or Slack.
Same handler. Same shape. No SDK to memorize, no provider-specific quirks.
from agentrelay import AgentRelay client = AgentRelay(api_key="ar_live_...") last = None while True: events = client.events.poll(after=last, timeout=30) for e in events: if e.content.type == "text": client.messages.send( resource_id=e.resource_id, thread_id=e.thread_id, content={"type": "text", "text": f"echo: {e.content.text}"}, ) last = e.event_id
To activate AgentRelay over SMS, text START to our number. We'll reply with a 6-digit verification code. The inbound text itself is your express opt-in — no form, no pre-checked box, no surprises.
By texting START (or any keyword) to the number above, you expressly
consent to receive SMS messages from AgentRelay at the originating number.
Reply STOP, UNSUBSCRIBE, CANCEL,
QUIT, or END at any time to opt out.
Reply HELP, INFO, or SUPPORT for help.
Msg & data rates may apply. Frequency varies; typical accounts receive
fewer than 5 messages per month. Read our
SMS terms and
Privacy disclosures.
+16505420011STARTSTOP · UNSUBSCRIBE · CANCEL · QUIT · ENDHELP · INFO · SUPPORTTell us what you're building. If it's a fit, you'll hear from a human within two business days, not a marketing automation.