Skip to main content
The Resend skill enables AI agents to send emails through the Resend API using our official recommendations. It provides a streamlined interface for sending single and batch emails with built-in error handling and retry logic.

Installation

This skill is part of the resend-skills repository, which also includes the Agent Email Inbox skill for secure inbound email processing. When you run the install command, you’ll be prompted to choose which skills to install.
npx skills add resend/resend-skills

Advantages

Build with our official recommendations for sending emails with Resend.
  • Single and batch email sending: Send individual emails or batch up to 100 emails per request.
  • Built-in error handling and retry logic: Automatic retries with exponential backoff for transient failures.
  • Idempotency key support: Prevent duplicate sends with idempotency keys for safe retries.
  • Multi-language SDK support: Works with Node.js, Python, Ruby, Go, and other supported SDKs.
  • Automatic activation for email tasks: AI agents automatically use this skill when email sending is needed.

Learn More

Agent Email Inbox

Give your agent a secure inbox to receive and act on inbound emails.

View on GitHub

See the full source code and documentation.