zyphr — sessionhostapi.zyphr.devuptime 00:00:00ready
dev@zyphr:~/zyphr$
[ok]resolving services
[ok]linking email · push · auth · inbox · workflows · webhooks
[ok]session established

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.

Start for FreeRead the Docs
1,000 emails freeNo credit card requiredSetup in minutes
dev@zyphr:~/zyphr$
// Features
dev@zyphr:~/zyphr$
// Developer-first

Developer-first API design

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

stream202accepted
streamqueued msg_a1b2c3
stream200delivered 143ms
send-email.tsTypeScript
// 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
dev@zyphr:~/zyphr$
// Explore
dev@zyphr:~/zyphr$
building bundle
provisioning
routing traffic
200 OK — deployment live

Ready to simplify your stack?

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

Get Started Free