Create API Key
create-api-keyCreate a Resend API key for sending emails, with options for full access or sending-only permissions. The key is displayed only once, so show it to the user immediately.
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. |