Create API Key
create-api-keyCreate a Resend API key with a name and permission level (full_access or sending_access). Optionally restrict to a domain for sending.
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 (max 50 characters) | |
| 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. |