|
1 | | -# Agentmail Python Library |
| 1 | +# AgentMail Python SDK |
2 | 2 |
|
3 | | -[](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fagentmail-to%2Fagentmail-python) |
4 | 3 | [](https://pypi.python.org/pypi/agentmail) |
| 4 | +[](https://opensource.org/licenses/MIT) |
| 5 | +[](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fagentmail-to%2Fagentmail-python) |
| 6 | + |
| 7 | +The official Python SDK for [AgentMail](https://agentmail.to) — the email inbox API built for AI agents. |
| 8 | + |
| 9 | +Unlike traditional email APIs (SendGrid, Resend, Amazon SES) that only handle sending, AgentMail provides **two-way email**: your agents get real inboxes that can send, receive, reply, and manage threaded conversations autonomously. |
| 10 | + |
| 11 | +### What can you build? |
5 | 12 |
|
6 | | -The Agentmail Python library provides convenient access to the Agentmail APIs from Python. |
| 13 | +- **Customer support agents** that read incoming emails and draft contextual replies |
| 14 | +- **Sales outreach agents** that send personalized emails and handle responses |
| 15 | +- **Scheduling agents** that coordinate meetings through email threads |
| 16 | +- **Document processing agents** that receive, parse, and respond to email submissions |
| 17 | +- **Multi-agent workflows** where agents communicate with humans (and each other) via email |
7 | 18 |
|
8 | 19 | ## Table of Contents |
9 | 20 |
|
@@ -150,6 +161,22 @@ client = AgentMail( |
150 | 161 | ) |
151 | 162 | ``` |
152 | 163 |
|
| 164 | +## Related Packages |
| 165 | + |
| 166 | +| Package | Description | |
| 167 | +|---------|-------------| |
| 168 | +| [`agentmail-toolkit`](https://github.com/agentmail-to/agentmail-toolkit) | Agent framework integrations (OpenAI Agents SDK, Vercel AI SDK, MCP) | |
| 169 | +| [`agentmail-mcp`](https://www.npmjs.com/package/agentmail-mcp) | MCP server — give Claude, Cursor, or any MCP client email capabilities | |
| 170 | +| [`langchain-agentmail`](https://pypi.org/project/langchain-agentmail/) | LangChain tools integration | |
| 171 | +| [`agentmail` (npm)](https://www.npmjs.com/package/agentmail) | Node.js / TypeScript SDK | |
| 172 | + |
| 173 | +## Links |
| 174 | + |
| 175 | +- [Documentation](https://docs.agentmail.to) |
| 176 | +- [API Reference](https://docs.agentmail.to/api-reference) |
| 177 | +- [Examples](https://github.com/agentmail-to/agentmail-examples) |
| 178 | +- [AgentMail Website](https://agentmail.to) |
| 179 | + |
153 | 180 | ## Contributing |
154 | 181 |
|
155 | 182 | While we value open-source contributions to this SDK, this library is generated programmatically. |
|
0 commit comments