Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Api Key
resend:create_api_key
Create a new API key with specified permissions.
Write
Medium risk
Create Audience
resend:create_audience
Create a new audience for managing contacts.
Write
Medium risk
Create Contact
resend:create_contact
Add a new contact to an audience.
Write
Medium risk
Create Domain
resend:create_domain
Add a new domain for sending emails.
Write
Medium risk
Delete Api Key
resend:delete_api_key
Delete an API key. This action cannot be undone.
Write
High risk
Delete Audience
resend:delete_audience
Delete an audience and all its contacts. This action cannot be undone.
Write
High risk
Delete Contact
resend:delete_contact
Remove a contact from an audience. This action cannot be undone.
Write
High risk
Delete Domain
resend:delete_domain
Delete a domain from your Resend account. This action cannot be undone.
Write
High risk
Get Domain
resend:get_domain
Retrieve details of a domain including verification status.
Read
Low risk
Get Email
resend:get_email
Retrieve details of a sent email by ID.
Read
Low risk
List Api Keys
resend:list_api_keys
List all API keys in your Resend account.
Read
Low risk
List Audiences
resend:list_audiences
List all audiences in your Resend account.
Read
Low risk
List Contacts
resend:list_contacts
List all contacts in an audience.
Read
Low risk
List Domains
resend:list_domains
List all domains in your Resend account.
Read
Low risk
List Emails
resend:list_emails
List sent emails with optional filters.
Read
Low risk
Send Email
resend:send_email
Send an email via Resend. Either html or text content is required.
Write
Medium risk
Verify Domain
resend:verify_domain
Verify a domain by checking DNS records.
Write
Medium risk