From 187b67d10664f774f5666ae18372449274b080a9 Mon Sep 17 00:00:00 2001 From: Adi Date: Tue, 31 Mar 2026 06:08:21 +0000 Subject: [PATCH] =?UTF-8?q?Improve=20README=20=E2=80=94=20add=20badge,=20H?= =?UTF-8?q?omebrew=20install,=20description,=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8b20a8..43b942b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # AgentMail CLI -The official CLI for the [AgentMail API](https://docs.agentmail.to). +[![npm](https://img.shields.io/npm/v/agentmail-cli)](https://www.npmjs.com/package/agentmail-cli) + +The official CLI for [AgentMail](https://agentmail.to) — the email API for AI agents. Manage inboxes, send and receive email, and inspect threads from the terminal. ## Installation @@ -50,6 +52,17 @@ Use `--help` on any command for details. | `--help` | Show help | | `--version` | Show version | -## Documentation +### Install via Homebrew + +```sh +brew install agentmail-to/tap/agentmail +``` + +## Links -[docs.agentmail.to](https://docs.agentmail.to) +- [AgentMail](https://agentmail.to) — The email API for AI agents +- [Documentation](https://docs.agentmail.to) +- [Python SDK](https://github.com/agentmail-to/agentmail-python) +- [TypeScript SDK](https://github.com/agentmail-to/agentmail-node) +- [MCP Server](https://github.com/agentmail-to/agentmail-mcp) +- [Discord](https://discord.gg/ZYN7f7KPjS)