Skip to content

The email API that lands for

You send it, the reply comes back, and you get back to the product. Build with your agent, or write one typed call.

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

Your email lands.

Set up with agent

Build email with your agent.

Point your agent at hosted MCP, or paste the setup brief. It gets templates, contacts, and delivery as tools.

Read auth.md

API key

A scoped key for server-side sends, and for the agent that sends for you.

CLI login

Sign in from the terminal when you're driving setup.

Hosted MCP

Point an OAuth-capable client at mcp.samva.dev and let discovery do the rest.

#01 — THE API

Send, receive, and thread.

SEND
import { createClient } from "samva";

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

const message = await samva.email.send({
  to: "ada@example.com",
  subject: "Your order shipped",
  html: "<p>Order #1042 is on its way.</p>",
});
201 · msg_7q2xk9mvt4znw8rh
#02TEMPLATES

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, and signed events come standard.

How deliverability works
#03DOMAINS

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.

Use the dashboard and CLI, or hand the brief 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 at mcp.samva.dev. Templates, contacts, and delivery 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.