Now in Beta

Email. Push. Auth. Webhooks. One API.

The developer platform for transactional messaging, authentication, and webhook delivery. One API for email, push, user auth, and webhooks — with delivery guarantees and full observability.

1,000 emails free

No credit card required

Setup in minutes

Developer-first API design

Clean, intuitive APIs that feel like Stripe. Full TypeScript support, comprehensive documentation, and SDKs for every major language.

send-email.ts

TypeScript
// Send an email
const response = await fetch('https://api.zyphr.dev/v1/emails', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer zy_live_xxx',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    from: 'hello@yourapp.com',
    to: 'user@example.com',
    subject: 'Welcome!',
    html: '<h1>Welcome to our platform!</h1>',
  }),
});

const { data } = await response.json();
console.log(data.message_id); // Ready in < 200ms

Explore the platform

Dive deeper into what Zyphr can do for your product.

Ready to simplify your stack?

Join developers who've consolidated their messaging and auth infrastructure with Zyphr.

Get Started Free