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 1From API key to first sent email in under 5 minutes.
API Reference
Week 1Every endpoint documented with request/response examples.
Node.js SDK
Week 2Fully typed SDK with IntelliSense support.
Python SDK
Week 2Async-first SDK for FastAPI and Django projects.
Webhook guide
Week 3How to verify signatures and build event handlers.
Deliverability guide
Week 3DNS setup, warm-up schedules, and IP tier strategy.
send-email.ts
1"color:#EF3340">import Resent "color:#EF3340">from "@agentraa/resent";23"color:#EF3340">const client = "color:#EF3340">new Resent({4 apiKey: process.env.RESENT_API_KEY,5});67"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});1314console.log("Queued:", id);
Get notified when docs go live
We'll send one email. No newsletter. No spam.