惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
T
Tailwind CSS Blog
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
P
Proofpoint News Feed
D
Docker
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
IT之家
IT之家
H
Help Net Security
Apple Machine Learning Research
Apple Machine Learning Research
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
B
Blog
D
DataBreaches.Net

Resend RSS Feed

6 Tips for Accessible Emails Welcoming Manoel do Amaral, our new Brand Designer Welcoming Michael Vaz, our new Customer Success Engineer Six Steps to Improve Your Sender Reputation Welcoming Tatira Andrade, our new Executive Assistant Welcoming Pedro Ivo Hudson, our new Design Engineer Welcoming Diel Duarte, our new Open source Engineer Welcoming Areia Spinner, our new Recruiter Resend Forward: A Conference about Craft React Email 6.0 Custom Tracking Domains AI Email Editor Introducing Automations Welcoming Ahmed Tolba, our new SRE Engineer Welcoming Aneil Singh, our new Founding Account Executive Welcoming Lucas Motta, our new Software Engineer Welcoming Trey Knowles, our new Founding Account Executive Welcoming Anxhela Carciu, our new SRE Engineer Introducing DMARC Analyzer Welcoming Evan Thibodeau, our new Customer Success Engineer Welcoming Derich Pacheco, our new Software Engineer Welcoming Alec Ventura, our new Data Engineer Welcoming Felipe Freitag, our new Software Engineer Welcoming Mateusz Wos, our new Software Engineer Incident report for February 15, 2026 Email automation for OpenClaw How to Create a DevTools Agent Skill Introducing Email Skills Why You Should Embrace the Promotions Tab Slater Smith, our new Customer Success Engineer
Resend CLI 2.0
Felipe Freitag, Vitor Capretz, Zeno Rocha · 2026-04-15 · via Resend RSS Feed

The Resend CLI gives you access to the full Resend API without leaving your terminal.

Today, we're shipping version 2.0, including four new powerful features:

  • Send emails using local React files
  • Automations and events
  • Webhook listening
  • Skills for AI agents

Get started

Install the CLI and log in to get started:

cURL

Node.js

Homebrew (macOS / Linux)

Or download the .exe for Windows directly from the GitHub releases page.

Send emails using local React files

Since version 1.0, you could use local .html files to send emails from your local machine. Now, you can use local React Email files (.tsx or .jsx) to send emails as well.

Automations and events

You can now manage Automations directly from the CLI. Create events, trigger automation runs, and inspect results, all in one place.

Build and debug multi-step workflows against your own data, without leaving your terminal.

Webhook listening

Setting up a local webhook listener used to require a tunneling tool and manual configuration. Now it's a single command.

The CLI handles the tunnel and forwards incoming events to your local server. Every webhook event type is supported, making it straightforward to develop and test event-driven features locally.

Skills for AI agents

The CLI now ships with Agent Skills. Skills give your agents an opinionated, well-defined interface for interacting with the Resend API. Skills help your agents follow best practices, avoid unnecessary API calls, and stay on task.

With the CLI, an agent can have its own inbox. It can sign up for accounts, receive confirmation emails, process attachments, and respond to users without your manual intervention.

Other changes

We've also made a few other improvements to the CLI.

Now, you can programmatically retrieve and inspect logs from the command line so you can debug and monitor your email events without leaving your terminal. The CLI access also means your agent can help debug and fix issues without your intervention.

We've also improved the security of the CLI's key storage. Now, when you create a new API key, it's stored in your system's keychain:

  • macOS: Keychain
  • Linux: Secret Storage
  • Windows: Windows Credential Manager

Finally, we've deprecated the team command in favor of the new auth command.

Visit the CLI docs to explore all 50+ commands across the full Resend API.