Resend for your agents.
Connect Resend once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 15 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Resend.
What agents can do with Resend
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
resend_send_emailSend an email. `from` must use a verified domain. `html` and `text` are the body alternatives; provide at least one.
resend_get_emailFetch a sent email's status and metadata by id.
resend_list_domainsList sending domains and their verification status.
resend_get_domainGet a single sending domain by id, including its DNS records and verification status.
resend_list_audiencesList audiences (contact lists) in the account.
resend_create_audienceCreate a new audience (contact list). Returns the audience id.
resend_list_contactsList contacts within an audience.
resend_create_contactAdd a contact to an audience. `email` is required; set `unsubscribed` to control marketing consent.
resend_list_api_keysList the account's API keys (metadata only, not the secret values).
resend_update_contactUpdate a contact's details within an audience.
resend_delete_contactRemove a contact from an audience.
resend_get_audienceGet a single audience by id.
resend_delete_audienceDelete an audience and all its contacts.
resend_create_domainCreate a new sending domain. Must verify DNS records before sending.
resend_delete_domainDelete a sending domain by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Click 'Create API Key'.
- Choose 'Sending access' scope (full access only if you manage domains too).
- Copy the key; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Resend to Even: call connect_begin("resend") on the even-connect MCP and walk me through it.
Send an email using a verified domain, list sending domains with verification status, and manage contact audiences.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.