# 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.

- **Category:** ai agents
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 5
- **Triggers:** 1
- **Slug:** `AGENT_MAIL`
- **Version:** 20260413_00

## Tools

### Create Inbox

**Slug:** `AGENT_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 Message

**Slug:** `AGENT_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 Inboxes

**Slug:** `AGENT_MAIL_LIST_INBOXES`

List all inboxes available to the authenticated AgentMail account. Use this to discover valid inbox_id values for message operations.

### List Messages

**Slug:** `AGENT_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 Email

**Slug:** `AGENT_MAIL_SEND_EMAIL`

Send an email using AgentMail API


## Triggers

### New Email Received

**Slug:** `AGENT_MAIL_NEW_EMAIL_TRIGGER`

Trigger for new emails in an AgentMail inbox
