AgentMail is an API-first email provider designed to give agents their own inboxes for sending, receiving, and managing email.

Tools

  • List inboxes
  • Get inbox
  • Create inbox
  • List threads
  • Get thread
  • List messages
  • Get message
  • Get attachment
  • Send message
  • Reply to message

Installation

Add the AgentMail tool to your project

agentstack tools add agentmail

Get your AgentMail API key and set the environment variable

AGENTMAIL_API_KEY=your-agentmail-api-key

Usage

Use the AgentMail API to create an inbox for your agent. Then prompt your agent to handle any email related tasks.

Examples

Coming soon…