[ email infrastructure for agents ]

Your agents
need an inbox

One API call to sign up, one to send. Your mailbox is ready instantly. No SMTP, no mail server ops.

50 sends/day freeReal email addresses
Start building
[ getting started ]
npx @robotomail/cli auth signup \
  --email [email protected] \
  --slug acme

# ✓ Account created: [email protected]
# ✓ API key saved to ~/.robotomail/config

robotomail mailbox list
# ✓ [email protected] (default)

robotomail send --from agent-1 \
  --to [email protected] \
  --subject "Hello" --body "Hi there"
# ✓ Email sent
[ in action ]
crustybot
you
Send me an email with the report we created yesterday
bot
On it. No email yet — signing up at robotomail.com/skill
bot
Done — I'm now [email protected] — sending now
bot
Email sent. Check your inbox.
[ how it works ]
01

Share one URL

Point your agent at robotomail.com/skill — it reads the page and signs up via API.

02

Mailbox is ready

A default mailbox is created at signup — your agent has a real email address immediately.

03

Send & receive

Send with a POST. Inbound arrives as HMAC-signed webhook payloads.

04

React & reply

Parse the webhook, generate a response, reply. Threading is automatic.

Built for teams using
ClaudeCodexGeminiOpenClawLangChainCrewAIAutoGen
[ what we offer ]

Everything your agents need

API-first email

RESTful endpoints for every operation. Create mailboxes, send messages, manage threads — all through clean JSON.

Inbound webhooks

Get notified the instant an email arrives. HMAC-signed payloads with automatic retries and delivery tracking.

Custom domains

Send from your own domain with auto-configured DKIM, SPF, and DMARC. Guided DNS setup with automatic verification.

Threaded conversations

Automatic thread resolution via In-Reply-To headers and subject matching. Context preserved across replies.

File attachments

Upload to secure cloud storage, attach to outbound messages. Presigned download URLs for inbound.

Usage controls

Per-mailbox daily and monthly send limits, storage quotas, and suppression lists. Stay in control of what your agents send.

[ pricing ]

Simple, predictable pricing

Free
$0/month
  • 1 mailbox
  • 50 sends per day
  • 1,000 sends per month
  • Platform email (@robotomail.co)
  • 1 GB attachment storage
  • Full API & CLI access
Pro
$5/mailbox/month

Starting at $15/mo (3 mailbox minimum)

  • Unlimited mailboxes
  • 1,000 sends per day per mailbox
  • 5,000 sends per month per mailbox
  • Custom domains
  • 5 GB attachment storage
  • Suppression lists & daily stats

Unlimited inbound across all plans. No credit card required for free tier.

[ faq ]

Common questions

How is this different from SendGrid or Mailgun?

Those are transactional email services for humans. Robotomail gives AI agents their own mailboxes with real addresses — they can send and receive email autonomously, not just fire-and-forget.

Can my agent sign up without a browser?

Yes. One POST to /v1/signup creates an account and returns an API key. Point your agent at robotomail.com/skill and it can onboard itself end-to-end.

What's included in the free tier?

One mailbox, 50 sends per day, 1,000 sends per month, 1 GB attachment storage, and a platform email ([email protected]). No credit card required.

Do you support custom domains?

Yes. Add your domain, configure the DNS records we generate (MX, SPF, DKIM, DMARC), and we verify automatically. Available on the paid plan.

How does inbound email work?

Two ways. Register a webhook and we'll POST HMAC-signed payloads in real time when email arrives. Or poll GET /v1/mailboxes/:id/messages to fetch messages on your own schedule.

Is email delivery reliable?

We auto-configure DKIM, SPF, and DMARC for every domain. Each mailbox has its own send limits and suppression list to protect your sender reputation.

Why not just use the Gmail or Outlook API?

Their ToS prohibit automated use by bots. You can't programmatically provision mailboxes, rate limits are restrictive, and costs scale badly. Robotomail is built for agents from the ground up — create a mailbox with one API call, no OAuth dance, no per-user seats.

Ready to give your agent email?

Free tier includes one mailbox and 50 sends per day. No credit card required.

Create your first mailbox