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.app/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 for API keys, CLI login, hosted MCP, and agent skill discovery, so coding agents can choose the right credential before they act.

Read auth.md

API key

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

CLI login

Run the device flow when a human is driving setup from a terminal.

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
#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.app/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
#03DOMAINS

Deliverability, on domains you own.

  • The DNS set generated for you: ownership TXT, DKIM CNAMEs, a MAIL FROM subdomain, and DMARC
  • 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.app/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
( AGENTIC SETUP )

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 ITRECOMMENDED
$ Read samva.app/auth.md, create an API key, then follow the quickstart to integrate email.
( AGENTIC INTEGRATIONS )

Works with your agent.

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

Pricing

Per-email pricing on the volume you send.

Every plan includes a monthly email volume, then you pay per email beyond it. Starter is $5 for 15,000 emails; Enterprise is custom. Pay in your own currency. 135+ supported.

Starter
$5/month
15,000 emails included
  • 15,000 emails/month
  • Email channel
  • API access
Start sending
Growth▲ Most popular
$19/month
50,000 emails included
  • 50,000 emails/month
  • Email channel
  • 5 team members
Start sending
Scale
$99/month
300,000 emails included
  • 300,000 emails/month
  • Email channel
  • Priority support
Start sending
Is there a free tier?

Yes. New accounts send test email free before picking a plan. 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 an HMAC-SHA256 signature in the X-Webhook-Signature header, 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?

The API is served from a global edge network, close to your servers, with delivery through established email infrastructure. EU GDPR consent and unsubscribe handling are built in.

Send the first email today.