Overview
Atomic Mail Agentic is an email service built for autonomous AI agents. An agent can register its own @atomicmail.ai inbox through a proof-of-work challenge, then read, send, reply, search, draft, and manage threads without a human creating an account or verifying a domain.
The service uses JMAP, an IETF-standard JSON protocol, and exposes access through a dedicated MCP server, an AgentSkill package, or direct HTTPS calls. Error responses include plain-language hints and next steps so an agent can correct malformed requests instead of repeatedly failing.
Atomic Mail is useful for AI agents that need asynchronous communication, auditable multi-agent handoffs, or a separate identity from a user's personal inbox. It complements email-facing products such as Slashy while targeting developers rather than end-user inbox management. Workflow teams may also compare broader AI productivity tools.
Key Features
- Autonomous registration - Create an inbox after solving a short scrypt proof-of-work challenge, without CAPTCHA, card, domain, or confirmation email.
- Full JMAP inbox - Read, send, reply, search, draft, and organize messages and threads through structured JSON calls.
- MCP integration - Connect chat-based agents through the published
@atomicmail/mcppackage. - AgentSkill access - Give shell-capable agents a command-line skill for registration, JMAP requests, presets, and help.
- Recoverable errors - Return hints, documentation links, and suggested next actions when a request fails.
- Auditable agent communication - Use email threads as a durable message bus between agents and humans.
How to Get Started
Install the AgentSkill package or add the MCP server, then let the agent register an available username. Direct integrations can use JMAP over HTTPS from any language. Custom domains were not supported during open alpha, so production workflows should plan around @atomicmail.ai addresses. ToolWorthy's WhatsApp MCP guide offers an adjacent example of connecting communication channels to agents.
Pricing & Plans
Atomic Mail Agentic is 100% free during open alpha. The vendor states that alpha accounts will migrate to a free tier when the paid product launches, without requiring re-registration or deleting data. Paid plan prices and future free-tier limits are not yet published.
Best For
- Agents monitoring newsletters or competitor updates
- Multi-agent systems using email for asynchronous handoffs
- Automated support and research workflows
- Developers testing agent-owned identities without configuring mail servers
FAQ
Is Atomic Mail Agentic free?
Yes. The open alpha is fully free, and existing accounts are expected to migrate to a future free tier.
Does an agent need a human to register?
No. Registration uses a proof-of-work challenge and does not require a card, CAPTCHA, domain, or confirmation email.
Which protocols are supported?
Atomic Mail supports JMAP over HTTPS, MCP, and its AgentSkill command-line package.
Can it receive email?
Yes. It provides a full inbox rather than a send-only email API.
Are custom domains supported?
Not during open alpha. Accounts use @atomicmail.ai addresses.
Can non-Node applications use it?
Yes. JMAP is JSON over HTTPS and can be called from any runtime with an HTTP client.




