๐ŸŒ US-Proxy
class="antialiased">
Skip to content

The modern email API for

Send, receive, and thread email through one typed API. Versioned templates, signed webhooks, and replies that land back in your app.

Start sending
watch a real email landsimulated ยท real sends need an account
samva.dev/dashboard
The Samva dashboard showing a send landing in the activity feed
The Samva dashboard showing a send landing in the activity feed

Watch a send land.

Set up with agent

Give your agent a safe way to send.

Samva publishes machine-readable setup paths. You approve the credential, and your agent has a safe way to send.

Read auth.md

API key

Use a scoped key for server-side sends and unattended agents.

CLI login

Sign in from the terminal when a human is driving setup.

Hosted MCP

Point an OAuth-capable client at Samva and let discovery do the rest.

#01 โ€” THE API

The API behind every email you send.

SEND
import { createClient } from "samva";

const samva = createClient({ apiKey: process.env.SAMVA_API_KEY });

const { data } = await samva.email.send({
  to: "ada@example.com",
  subject: "Your order shipped",
  html: "<p>Order #1042 is on its way.</p>",
});
202 ยท msg_01hv8kq2
#02 โ€” TEMPLATES

Templates you can roll back.

  • Versioned templates, where the version you publish is the one that sends
  • Render server-side by passing a templateId and templateData
  • Full version history, with one call to restore any earlier version
ALL ABOUT TEMPLATES
samva.dev/dashboard
The Samva visual email template editor showing a workspace welcome template
The Samva visual email template editor showing a workspace welcome template
A still life of pigeonholes and glass dot-panels routing letters along amber threads

Built to land.

Domain authentication, suppression handling, and signed events are defaults, not add-ons.

How deliverability works
#03 โ€” DOMAINS

Deliverability, on domains you own.

  • The exact DNS records to publish, generated for your domain
  • DKIM signing on your own domain, so mail goes out from your address
  • Bounces and complaints suppressed for you, before they cost you reputation
ALL ABOUT DOMAINS
samva.dev/dashboard
A verified Samva sending domain with SPF, DMARC, and inbound DNS records
A verified Samva sending domain with SPF, DMARC, and inbound DNS records
A conservatory with amber light-routes looping through floating letter cards

Email is a conversation. Treat it like one.

Sends, replies, forwards, and bounces live on one conversation per contact, so a reply lands in your app with its whole history attached.

How receiving works

Set it up your way.

In the dashboard yourself, or hand it to your agent.

DO IT YOURSELF
  1. 1.Sign up
  2. 2.Verify your domain
  3. 3.Copy a key and send
Get an API key
LET YOUR AGENT DO IT
$ Read samva.dev/auth.md, create an API key, then follow the quickstart to integrate email.

Works with your agent.

Hosted MCP gives any OAuth-capable client templates, contacts, and delivery status as tools.

Per-email pricing on the volume you send.

Paid plans include a monthly email volume, then you pay per email beyond it. Starter is $5 for 15,000 emails, Enterprise is custom, and the free plan sends 3,000 a month. Pay in your own currency.

Starter
$5/month
15,000 emails included
  • 15,000 emails/month
  • Templates, inbound, and webhooks
  • 5 sending domains
Start sending
Growthโ–ฒ Most popular
$19/month
50,000 emails included
  • 50,000 emails/month
  • Templates, inbound, and webhooks
  • 5 team members
Start sending
Scale
$99/month
300,000 emails included
  • 300,000 emails/month
  • Templates, inbound, and webhooks
  • Priority support
Start sending
Is there a free tier?

Yes. The free plan sends 3,000 emails a month and needs no card. Paid plans start at $5 a month for 15,000 emails, in your own currency.

How does threading work?

Outbound sends, replies, forwards, and bounces group into one conversation per contact. Inbound email arrives parsed with the same conversation id, so replies land back in your app with context.

Do you sign webhooks?

Yes. Each delivery carries Standard Webhooks signing headers, and Samva retries failed deliveries with backoff.

Can I bring my own domain?

Yes. Add your domain, publish the DNS records Samva generates, and your mail goes out from your own address, signed with DKIM.

What about deliverability?

SPF, DKIM, and DMARC run on your own sending domains. Samva handles bounces and suppression for you, and exposes delivery telemetry so you can verify each send.

Where does Samva run?

On our global edge network, with API compute in one US region (us-east-1). Delivery runs through established email infrastructure, and GDPR consent and unsubscribe handling are built in.

Send the first email today.