Real email addresses your agents control. One API call to create a mailbox, one to send.
robotomail send \
--from myagent@robotomail.co \
--to [email protected] \
--subject "Your report is ready" \
--body "Hi — here's the Q1 report."
# ✓ Email sent!
# Message ID <[email protected]>
robotomail messages myagent@robotomail.co --direction INBOUND
# ID Direction From Subject Status
# b2c3d4e5 INBOUND [email protected] Re: Your report is ready RECEIVED
# f6g7h8i9 INBOUND [email protected] Invoice #4821 RECEIVED
# j1k2l3m4 INBOUND [email protected] Issue assigned to you RECEIVEDPoint your agent at robotomail.com/skill — it reads the page and signs up via API.
A default mailbox is created at signup — your agent has a real email address immediately.
Send with a POST. Inbound arrives via webhooks, SSE streaming, or polling.
Parse the event, generate a response, reply. Threading is automatic.
RESTful endpoints for every operation. Create mailboxes, send messages, manage threads — all through clean JSON.
Get notified the instant email arrives — via webhooks, SSE event streaming, or polling. HMAC-signed payloads with automatic retries.
Send from your own domain with auto-configured DKIM, SPF, and DMARC. Guided DNS setup with automatic verification.
Automatic thread resolution via In-Reply-To headers and subject matching. Context preserved across replies.
Upload to secure cloud storage, attach to outbound messages. Presigned download URLs for inbound.
Per-mailbox daily and monthly send limits, storage quotas, and suppression lists. Stay in control of what your agents send.
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.
Test and prototype
Ship to production
Scale your agents
Production at volume
Unlimited inbound across all plans. No credit card required for free tier. See full pricing breakdown →
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.
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.
Three mailboxes, 100 sends per day, 5,000 sends per month, 1 GB attachment storage, and a platform email ([email protected]). No credit card required.
Yes. Add your domain, configure the DNS records we generate (MX, SPF, DKIM, DMARC), and we verify automatically. Available on paid plans (Developer and above).
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.
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.
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.
Free tier. No credit card. Cancel anytime.