Agent Mail

AgentMail provides AI agents with their own email inboxes, enabling them to send, receive, and act upon emails for communication with services, people, and other agents.

5 actions Integration catalog
Request access
Connect Agent Mail once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create InboxAGENT_MAIL_CREATE_INBOX
Create a new AgentMail inbox via API. Returns the inbox_id and email address for sending/receiving messages. Use when provisioning new inboxes for agents or workflows.
Get MessageAGENT_MAIL_GET_MESSAGE
Retrieve the complete details of a specific email message from an AgentMail inbox. This action returns the full message content including sender, recipients, subject, body (both text and HTML), attachments, labels, and metadata. Use this to read individual messages after discovering them via LIST_MESSAGES or webhooks.
List InboxesAGENT_MAIL_LIST_INBOXES
List all inboxes available to the authenticated AgentMail account. Use this to discover valid inbox_id values for message operations.
List MessagesAGENT_MAIL_LIST_MESSAGES
List messages from an AgentMail inbox. Returns a `messages` array; each message uses `message_id` and `timestamp` fields (not `id`, `date`, or `items`).
Send EmailAGENT_MAIL_SEND_EMAIL
Send an email using AgentMail API