Connect your AI to Resend

Resend is email for people who would rather not think about email, which makes it a good fit for an agent that needs to reach someone who is not in a chat app. An API key held server-side authorizes the send. The constraint to plan around is the sending domain: Resend will not deliver from a domain you have not verified, so domain setup happens before the pipe is useful, not after.

The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.

Auth model
static_header
Suggested secret
RESEND_API_KEY
Provider docs
https://resend.com/docs/api-reference

Recipes for Resend

flurryport:resend-send-emaildelivery

Let your AI send transactional email via Resend; the API key stays server-side.