[ 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.
[ why not the alternatives ]

Gmail and SendGrid weren't built for this

Traditional email services require human OAuth flows, prohibit bot usage in their ToS, and can't provision mailboxes programmatically. Robotomail is agent-native from the ground up.

Gmail / Outlook API

Built for humans with browsers

  • OAuth consent flow requires a human
  • ToS prohibits automated bot usage
  • Can’t create mailboxes via API
  • Per-user seats get expensive fast
  • Rate limits designed for human speed
SendGrid / Mailgun

Fire-and-forget transactional email

  • Send only — no inbound mailbox
  • No concept of agent identity
  • Manual domain verification flow
  • Shared IPs hurt deliverability
  • Complex pricing with overage traps
Robotomail

Purpose-built for AI agents

  • One POST to sign up — no browser needed
  • Real mailboxes with send & receive
  • Auto-configured DKIM, SPF, DMARC
  • HMAC-signed inbound webhooks
  • Automatic threading across replies
  • Per-mailbox rate limits & suppression
  • Self-onboarding via /skill page
  • Simple per-mailbox pricing, no surprises
[ 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 via webhooks, SSE streaming, or polling.

04

React & reply

Parse the event, 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.

Real-time inbound

Get notified the instant email arrives — via webhooks, SSE event streaming, or polling. HMAC-signed payloads with automatic retries.

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
$15/month

3 mailboxes included · $5/mailbox after

  • 3 mailboxes included, then $5 each
  • 1,000 sends/day per mailbox
  • 5,000 sends/month per mailbox
  • Custom domains
  • 5 GB attachment storage
  • Suppression lists & daily stats
  • Priority support

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?

Three ways. Register a webhook for real-time push, connect to the SSE event stream (GET /v1/events) for real-time pull without a public URL, or poll GET /v1/mailboxes/:id/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.

Robotomail mascot

Ready to give your agent email?

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

Create your first mailbox