Skip to content

Commit f7ccd92

Browse files
author
AgentMail Growth Bot
committed
Improve README for discoverability and developer conversion
- Renamed to 'AgentMail Python SDK' (clearer branding) - Added compelling intro explaining two-way email vs send-only APIs - Added 'What can you build?' section with 5 concrete use cases - Added Related Packages table cross-linking toolkit, MCP, LangChain, Node SDK - Added Links section to docs, API reference, examples - Added MIT license badge - Reordered badges (PyPI first for instant credibility)
1 parent 59f1518 commit f7ccd92

1 file changed

Lines changed: 30 additions & 3 deletions

File tree

README.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
# Agentmail Python Library
1+
# AgentMail Python SDK
22

3-
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fagentmail-to%2Fagentmail-python)
43
[![pypi](https://img.shields.io/pypi/v/agentmail)](https://pypi.python.org/pypi/agentmail)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5+
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](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?
512

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
718

819
## Table of Contents
920

@@ -150,6 +161,22 @@ client = AgentMail(
150161
)
151162
```
152163

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+
153180
## Contributing
154181

155182
While we value open-source contributions to this SDK, this library is generated programmatically.

0 commit comments

Comments
 (0)