resend-cli

Execute Resend platform actions via CLI for automation and CI/CD workflows.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill resend-cli-tan-yong-sheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-cli
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/resend-cli
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill resend-cli-tan-yong-sheng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Resend CLI enables developers to manage email sending, domains, webhooks, templates, and other Resend resources directly from the terminal, speeding up automation and CI/CD workflows without a web UI.

Core Features & Use Cases

  • Command-line control of emails, domains, webhooks, templates, and logs for automation and scripting.
  • Profile-based authentication and non-interactive operation suitable for CI environments.
  • Batch operations, templates, and webhooks management to integrate Resend tasks into existing pipelines and incident runs.

Quick Start

Install the Resend CLI, authenticate with a non-interactive API key, and verify the setup.

Frequently Asked Questions about resend-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Resend email sending from the terminal?

The Resend CLI enables developers to manage emails, domains, webhooks, and templates directly from the terminal, speeding up automation and CI/CD workflows without a web UI. It supports non-interactive operation suitable for automated pipelines.

Can I manage Resend webhooks and templates via command line?

Yes, you can manage Resend webhooks and templates via command line. The CLI provides subcommands for a wide range of resource operations, allowing you to handle batch operations, templates, and webhook configurations directly from your shell.

Do I need an API key to use the Resend CLI in CI environments?

Yes, you need a valid Resend API key to authenticate and use the CLI in CI environments. The tool relies on profile-based authentication and non-interactive API key configuration to securely execute commands within automated pipelines.

What is the best way to script Resend domain management?

The best way to script Resend domain management is using a command-line interface that supports shell scripting and profile-based authentication. This allows you to configure and manage domains programmatically alongside other infrastructure as code tasks.

Why use a CLI for Resend instead of the web UI?

Using a CLI for Resend instead of the web UI accelerates automation and CI/CD workflows by enabling non-interactive operation. It allows developers to execute batch operations, manage logs, and integrate Resend tasks directly into existing scripts and incident runs.