for AI agents

The iMessage API
for AI agents

Give your AI agent a phone line for iMessage, RCS, and SMS. No Mac to maintain.

Send your first agent message
  1. 1Start the trial
  2. 2Send once
  3. 3Reply back
One message out. One reply back into your agent.
Live product proof

Real usage, public integrations, three channels.

A current operating snapshot and the public paths builders can use today.

146
active subscriptionsStripe snapshot, July 15, 2026
5
public framework integrationsOpenClaw, Hermes, n8n, LangChain, CrewAI
3
messaging channelsiMessage, RCS, SMS
one API call

Send your first iMessage in one request

Send once. Reply from your phone to prove the loop.

send an iMessage
curl -X POST https://claw-messenger.onrender.com/api/agent/send-message \
  -H "Authorization: Bearer cm_live_..." \
  -H "Content-Type: application/json" \
  -d '{"phone_number": "+15551234567", "text": "Hi from your agent 👋"}'
Pricing

Simple pricing. Free trial on every plan.

All plans include iMessage, RCS, SMS, tapbacks, typing indicators, read receipts, and HMAC-signed webhooks.

Base
$5/mo
250 messages/mo
  • 1 registered number
  • iMessage/RCS/SMS delivery
  • Tapbacks & read receipts
Start free trial
Plus
$25/mo
6,000 messages/mo
  • Up to 20 registered numbers
  • iMessage/RCS/SMS delivery
  • Priority support
Start free trial
Pro
$50/mo
15,000 messages/mo
  • Up to 20 registered numbers
  • iMessage/RCS/SMS delivery
  • Priority support
Start free trial
Agency

Multi-tenant or reseller?

Run managed routing through one agency line by default, then check fit before you promise dedicated visible numbers for agents, clients, or subaccounts.

How it works

Prove one working agent thread.

01

Start trial

Choose a plan and keep the first test small.

02

Create an API key

Connect your agent, script, or backend.

03

Send a test message

Text a phone you control.

04

Reply and confirm

See the reply reach your agent. That is the proof.

Why iMessage?

Your agent belongs in the conversation.

I built an AI agent to help small construction companies manage their office and admin work. The agent's primary mode of communication is text message which makes it natural for the user. I picked Claw Messenger because Anthropic indicated it was the best fit to use with a MyClaw agent. I found it easy to set up and it has been working perfectly.
Dan T.
Prove one agent thread
Built for agents

Everything you need. Nothing you don't.

No Mac required

Run on Linux, Docker, Windows, or any cloud. See how it compares.

Dedicated number

Get an agent line that only registered numbers can reach. Learn about agent phone numbers.

iMessage + RCS + SMS

One API chooses the available channel.

Easy Installation

Sign up, copy your key, and connect your agent.

Tapbacks & typing

Reactions, typing indicators, and read receipts.

Group messages

Keep your agent in the group conversation.

Start free trial
Integrations

Works with any agent framework

Connect over WebSocket or REST.

OpenClawNative plugin, 5-min setupHermes AgentPackage support, no Mac setup
LangChainCustom tool via REST API
n8nHTTP Request node
Custom agentsWebSocket or REST, any language