Definition
Agent Inbox
A mailbox an AI agent owns: it receives mail at its own address, gets each message as structured JSON, and replies through an API.
In detail
An agent inbox is an email address that belongs to a piece of software rather than a person. Mail sent to it is received by an MTA, parsed into structured fields (sender, subject, thread, attachments), optionally classified against a prompt or JSON schema, and delivered to the agent as a webhook or fetched through an API. The agent answers through the same API, so the whole conversation stays in one thread.
It differs from a transactional email API, which only sends. It also differs from connecting an agent to a human's Gmail or Outlook mailbox through IMAP or a vendor API: the agent inbox is provisioned programmatically, scoped to one agent, and lives on a subdomain you control, so its reputation is separate from your people.
Good practice is to give agents a subdomain such as agent.example.com with SPF, DKIM and DMARC of its own, keep the API key in a secret manager, and route outbound drafts through human approval until you trust the agent.
In Reloop, an agent inbox is a mailbox on a verified domain. Inbound mail arrives as an email.received webhook or through the inbox API, the MCP server exposes the same inbox to Claude Code, Codex and Cursor, and plans include a set number of agent inboxes.
In Reloop
How Agent Inbox shows up when you use Reloop, hosted or self-hosted.
Related
Nearby terms
Other words that often show up next to Agent Inbox.
Ready to reach the inbox?
Built-in SPF/DKIM/DMARC setup, IP warming guidance, and real-time deliverability signals.