Coming Soon Live.

Documentation in progress.

We're writing docs that are actually useful — with real examples, copy-paste code, and explanations that don't assume you already know what we're talking about.

Quick start guide

Week 1

From API key to first sent email in under 5 minutes.

API Reference

Week 1

Every endpoint documented with request/response examples.

Node.js SDK

Week 2

Fully typed SDK with IntelliSense support.

Python SDK

Week 2

Async-first SDK for FastAPI and Django projects.

Webhook guide

Week 3

How to verify signatures and build event handlers.

Deliverability guide

Week 3

DNS setup, warm-up schedules, and IP tier strategy.

send-email.ts
preview — not final API
1"color:#EF3340">import Resent "color:#EF3340">from "@agentraa/resent";
2
3"color:#EF3340">const client = "color:#EF3340">new Resent({
4 apiKey: process.env.RESENT_API_KEY,
5});
6
7"color:#EF3340">const { id } = "color:#EF3340">await client.emails.send({
8 "color:#EF3340">from: "you@acme.com",
9 to: "user@example.com",
10 subject: "Welcome to Acme!",
11 html: "

You're in. Let's go.

"
,
12});
13
14console.log("Queued:", id);

Get notified when docs go live

We'll send one email. No newsletter. No spam.