If you’re developing with AI, Resend offers several resources to improve your experience.Documentation Index
Fetch the complete documentation index at: https://resend.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Resend MCP Server
- Resend CLI
- Resend Docs for Agents
- Email Skills for Agents
- Quick Start Guides
- OpenClaw Guide
- Chat SDK
- AI Builder Guides
- AI 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. The Resend MCP server is available on NPM and can be added to any supported MCP client. For example:MCP Server
View installation instructions for Cursor, Codex, Claude Desktop, Windsurf,
and more.
Resend CLI
The Resend CLI lets you send emails, manage your account, and develop locally, all from the terminal. It’s built for humans, AI agents, and CI/CD pipelines.Resend CLI
Install the CLI and set up a local webhook development environment.
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 skills with a single command:| 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
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.
Chat SDK
The@resend/chat-sdk-adapter package is a Vercel Chat SDK adapter that turns email into a two-way communication channel. Receive inbound emails through webhooks, reply through the Resend API, and let the adapter handle threading automatically. It also supports card emails, attachments, and proactive outreach.
Chat SDK
Build conversational email experiences with the Chat SDK adapter.
AI Builder Guides
We offer guides to using Resend with popular AI builders to help you get started with AI agents.- Anything Integration
- Lovable Integration
- v0 Integration
- Bolt.new Integration
- Replit Integration
- Base44 Integration
- Leap.new Integration
AI Integrations
Several AI tools have created integrations for working with Resend. Visit their documentation for information on integrating Resend with their tools.Lovable
Tell the Lovable AI to send emails
Anything
Add email to your Anything projects
Wildcard
Send natural language emails using Wildcard
mcp.run
Build email AI agents using mcp.run
Rocket
Send emails from apps built with Rocket
Base44
Add email to your Base44 apps
Leap.new
Add email to your Leap apps
Parsley
Send alerts and follow-ups with Parsley
Pica
Integrate Pica with Resend