agentmail

Installation
Summary

API-first email platform giving AI agents dedicated inboxes with send, receive, and management capabilities.

  • Supports inbox creation with auto-generated or custom email addresses, message sending/receiving, threaded conversations, and label-based organization
  • Includes attachment handling via Base64 encoding, draft creation for human approval workflows, and message reply functionality
  • Offers multi-tenant isolation through pods for SaaS platforms, with idempotent operations using client IDs for safe retries
  • Provides real-time notifications via webhooks or WebSockets for incoming messages and thread updates
  • Available in TypeScript/Node.js and Python with identical API surface
SKILL.md

AgentMail SDK

AgentMail is an API-first email platform for AI agents. Install the SDK and initialize the client.

Installation

# TypeScript/Node
npm install agentmail

# Python
pip install agentmail

Setup

import { AgentMailClient } from "agentmail";
const client = new AgentMailClient({ apiKey: "YOUR_API_KEY" });
Related skills

More from agentmail-to/agentmail-skills

Installs
1.4K
GitHub Stars
11
First Seen
Jan 30, 2026