An address with a lifecycle
Temporary identities support exploration; permanent identities support recurring work and reputation.
Agent email is a dedicated identity and programmable mailbox that software can use through bounded tools instead of a human webmail session.
Agent email is email infrastructure designed for software agents to own or operate a dedicated mailbox through APIs and tools. A complete system covers identity creation, scoped authentication, inbound and outbound delivery, message retrieval, search, threads, verification-code extraction, events, retention, and human controls for durable or consequential actions.
Agent email is an identity system, not only a send endpoint
Temporary identities support exploration; permanent identities support recurring work and reputation.
Search and threads let the agent retrieve relevant history without loading every message.
Inbox, code, reply, and attachment actions expose less authority than a general webmail browser session.
A send API lets an application emit a message. Agent email must also answer who owns the address, what the agent can read, how a reply is associated with prior context, how a verification code is retrieved, and how access is revoked.
The distinction matters because agents operate across time and tools. Email can resume an asynchronous workflow hours later, carry untrusted instructions, or become the recovery channel for another account. The mailbox therefore sits inside the agent's security and state model.
Temporary identities support exploration; permanent identities support recurring work and reputation.
Search and threads let the agent retrieve relevant history without loading every message.
Inbox, code, reply, and attachment actions expose less authority than a general webmail browser session.
A product may implement only part of this stack. Evaluation should begin with the workflow and identify which layers come from the vendor, the application, the cloud platform, and the surrounding agent runtime.
For example, a signup cannot continue until a confirmation code arrives.
It creates a temporary mailbox or loads an approved persistent mailbox without exposing the secret in the prompt.
The sender and delivery infrastructure remain independent from the mailbox application.
A tool returns the matching code, link, message, or thread rather than an unfiltered mailbox dump.
It distinguishes mailbox receipt, extracted value, external verification, and any permanent account or mailbox claim.
| Use case | Why email is required | First value event |
|---|---|---|
| Signup automation | The external service verifies address ownership. | Code or confirmation link completes verification. |
| Browser and QA tests | The product journey crosses into a real inbox. | Test asserts message and final UI state. |
| Asynchronous agent work | A third party reports status later. | Relevant notification resumes the workflow. |
| Agent-to-human conversation | The recipient expects a normal email thread. | Approved reply produces a usable response. |
| Operational notifications | Services already emit email but not an API event. | A bounded message changes task state. |
A mailbox is not proof that every sender is trusted or every message instruction should be executed. It should not silently become the recovery channel for privileged systems, a repository of unrestricted personal data, or an excuse to skip provider-specific authorization.
Use human mailbox APIs when the user needs continuity with existing mail. Use marketing platforms for campaigns. Use dedicated testing services when broad QA tooling matters more than source ownership. Agent email is one infrastructure category, not a replacement for every email product.
Product behavior is verified against the mails0 source and documentation. External comparisons link to official vendor documentation checked on 2026-08-15.
No. Both can use temporary addresses, but agent email also defines scoped tools, message retrieval, durable identities, events, security, and workflow integration.
No. Add email only when the workflow depends on an email identity, asynchronous message, verification step, or human-compatible conversation.
Yes. mails0 documents a self-hosted Cloudflare architecture. Other products may offer only managed services, so verify the current deployment model.
A receive-only temporary mailbox with a scoped credential and automatic expiry is a small boundary for proving one inbound workflow.
Start with a receive-only temporary mailbox. Move to a permanent identity or self-hosted deployment only after the workflow reaches a real email value event.