create_api_key
Create a new Resend API key with a custom name and permission scope. Use to authenticate requests for sending emails or managing domains.
Instructions
Create a new Resend API key (token is only returned once)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Friendly name for the key (e.g. 'production-server') | |
| permission | No | Permission scope (default: full_access) | full_access |
| domain_id | No | Restrict key to a specific domain (for sending_access) |