REST API
POST /v1/emails — works from any language.TypeScript SDK
npm install @drin00/sdk — typed client, retries, webhook verification.CLI
npx @drin00/cli send … — for humans, scripts, and CI.MCP server
npx @drin00/mcp — 54 tools any AI agent can call.What you can do
Send
Transactional email, batches up to 100, scheduled sends, reusable templates with merge variables, idempotency keys.
Receive
Give a domain an inbox, read conversation threads (inbound + outbound joined), and reply in-thread in one call.
Authenticate domains
DKIM, SPF, and DMARC with guided setup — or send from a shared onboarding domain in test mode with zero DNS.
Observe
Delivery, bounce, complaint, open and click events over webhooks, plus metrics and a full per-message transit log.
Send your first email
The fastest path is a single request. You can run this the moment you have a key — it sends from a shared onboarding domain in test mode, no DNS required.Test mode. The shared onboarding domain can only deliver to your own address. To email anyone from your own brand, verify a domain (DKIM + SPF + DMARC, guided), then send from it.
Who it’s for
- Developers shipping transactional email — receipts, magic links, alerts. Start with the Quickstart.
- AI-agent builders who want an agent that can send and receive real email. Start with Agents overview or the MCP server.
- No-code makers who’d rather point an existing tool at an SMTP gateway than write code.
Full quickstart
Get a key, copy a snippet, and watch the delivery land — in under a minute.
