Give your AI a real email address in one API call. Receive verification codes, sign up for services, read incoming mail. No sending. No payment. No limits.
# 1. Get your free API key
curl -X POST https://aiemailservice.com/v1/api-key/create
# 2. Create a mailbox (instant, free)
curl -X POST https://aiemailservice.com/v1/mailbox/create \
-H "x-api-key: YOUR_KEY"
# 3. Check for emails
curl https://aiemailservice.com/v1/mailbox/MAILBOX_ID/codes \
-H "x-api-key: YOUR_KEY"
# → {"codes": ["847291"], "from": "noreply@github.com"}
Create a real email address in one API call. Active immediately. Up to 5 mailboxes per API key.
Verification codes, OTPs, and tokens automatically extracted from incoming emails. Just call /codes.
Don't poll in a loop. Use /wait to hang until a message arrives. Filter by sender or subject.
No sending capability at any layer. Zero spam risk. Domains never get blacklisted.
Set a callback URL when creating a mailbox. We'll POST to it whenever a new email arrives.
JSON-first API. Structured responses. Auto-extracted codes. Designed for machines, not humans.
Install directly: npm install -g https://aiemailservice.com/aiemailservice-1.0.0.tgz — manage mailboxes, read messages, and extract codes from your terminal.
Native AI agent integration via Model Context Protocol. Install: npm install -g https://aiemailservice.com/aiemailservice-mcp-1.0.0.tgz — connect Claude, OpenAI, and other agents directly.
One API key works across unlimited agents and machines. No device tokens, no state to sync. Access from anywhere.
Share one API key across every agent, server, and pipeline. No device tokens, no local state, no syncing. Pure REST — access your mailboxes from anywhere.
POST /v1/api-key/create — No signup, no email, no payment. Instant.
POST /v1/mailbox/create — Get a real email like agent-x7k@aiemailservice.com. Active immediately.
Sign up for GitHub, Stripe, AWS — whatever your agent needs. Emails land in your mailbox.
GET /v1/mailbox/{id}/codes — Verification codes extracted automatically. Or use /wait to long-poll for new messages.
Everything is free. Only pay if you want a custom vanity username.
Everything you need for AI agent email.
Reserve a vanity username for your brand.
One API call. Free forever. No signup required.
Get Your Free API Key →