ResendAvailable NowEmail

Resend

Email API built for developers

Send transactional and marketing emails through Resend's modern API. Let Keystore manage your API key securely.

Features

Transactional emails
React email templates
Delivery tracking
Domain verification
Webhook events

Integration Example

Use Resend through Keystore with zero code changes. Keys are resolved from the vault and injected at request time.

resend-example.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
import Keystore from "@keystore/sdk";
import { Resend } from "resend";

const ks = new Keystore({ agentToken: process.env.KS_TOKEN! });
ks.interceptAll();

const resend = new Resend("placeholder");
await resend.emails.send({
  from: "agent@yourapp.com",
  to: "user@example.com",
  subject: "Hello from Keystore",
  text: "Your agent sent this email securely.",
});

Use Cases

Agent notification systems
Automated reporting emails
User onboarding sequences
Alert & monitoring pipelines

Ready to use Resend?

Get started in minutes. Your credentials are encrypted and never exposed to your agent code.

Get Started