- Resend MCP Server
- Resend Docs for Agents
- Email Skills for Agents
- Quick Start Guides
- OpenClaw Guide
- AI Builder Integrations
Prerequisite: Create an API Key
Currently, we require a human to create a Resend account. Once you have an account, you’ll need to create an API key. With an API key, your agent can perform many other tasks.To send or receive with Resend, you’ll need to verify a domain. While an agent can create a domain, the API returns DNS records you will need to add in your DNS provider before verifying your DNS records. You may find it easier to verify your domain in the dashboard.
Resend MCP Server
MCP is an open protocol that standardizes how applications provide context to LLMs. Among other benefits, it provides LLMs tools to act on your behalf. Our MCP server is open-source and covers our full API surface area. To get started, clone and build the repo:MCP Server
View a step-by-step guide to building and accessing the Resend MCP server.
Resend Docs for Agents
You can give your agent current docs in a context-aware way in three ways:-
Markdown docs
Every doc includes a markdown version (append
mdto any page) -
Full llms.txt
Give your agent all our docs in a single file.
-
MCP Docs server
For a more structured approach using MCP tools, you can install our MCP docs server in any MCP client, like Cursor, Codex, or Claude Code.
Email Skills for Agents
Skills give AI agents specialized knowledge for specific tasks. Install all three for full coverage:| Skill | Install | What it does |
|---|---|---|
| Resend | npx skills add resend/resend-skills | Send and receive emails, handle errors, prevent duplicate sends, get code examples from various SDKs |
| React Email | npx skills add resend/react-email | Build emails in React, Tailwind, and TypeScript. Audit existing React emails for style and cross-client rendering. |
| Email Best Practices | npx skills add resend/email-best-practices | Audit SPF/DKIM/DMARC setup, compliance (CAN-SPAM, GDPR), webhook handling |
Quick Start Guides
Throughout our documentation, we provide quick start guides for common tasks with Resend. They contain step-by-step instructions for sending emails, creating templates, and more. Copy the prompt for your agent or click to open in Cursor.Example agent quick start guide for sending emails.
OpenClaw Guide
OpenClaw is a tool that allows you to build and deploy AI agents. Agents can interact with APIs like Resend. Equipping your agent with its own email inbox can be a powerful tool to unlock new workflows. Alternatively, give it access to your Resend account to support agentic flows for sending and receiving emails.Email Automation for OpenClaw using Resend
View the OpenClaw guide.