Resend
Developer-first email API for transactional sending.
Auth: API keyCatalog preview
Tools
What your agent can do with Resend
RESEND_SEARCHSearch across Resend records and content.
RESEND_CREATECreate a new item in Resend with validated fields.
RESEND_UPDATEUpdate an existing Resend item by id.
RESEND_LISTList and filter Resend items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Resend from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "RESEND_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'