---
name: composio-community/Resend CLI
source: https://app.decimal.ai/s/composio-community-resend-cli@1/SKILL.md
source_sha256: a9b288ce1afd
---

# Resend CLI

Send emails, manage domains, API keys, contacts, and broadcasts. 53 commands across 13 resources.

- **Repo**: https://github.com/resend/resend-cli
- **Author**: [@zenorocha](https://github.com/zenorocha)

## Installation

```bash
npm i -g resend
resend login
```

## Key Commands

```bash
resend emails send --from "you@example.com" --to "them@example.com" --subject "Hello" --text "Hi there"
resend domains list
resend contacts list --audience-id <id>
resend api-keys list
resend broadcasts list
```

## Agent-Friendly Features

- Auto-detects TTY — outputs JSON when piped
- Natural language scheduling
- Idempotency keys for safe retries
- `resend doctor` for agent environment detection
- 53 commands across 13 resources
- Meaningful exit codes