Create API Key
create-api-keyCreate a Resend API key for authorized email delivery. Select full or sending-only access, optionally restrict to a domain, and show the user the one-time token after creation.
Instructions
Create a new API key in Resend. The token is only shown once upon creation, so you MUST display it to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | API key name | |
| domainId | No | Restrict API key to send emails from a specific domain. Only applicable when permission is "sending_access". | |
| permission | No | Access level. "full_access" grants complete resource management. "sending_access" restricts to email delivery only. |