AI chat + developer email
Run your email by chatting with it.
Ask the built-in AI to send, fix DNS, and run your whole account — Resend-compatible API, self-hostable.
- No card
- Self-hostable
- 7 languages
- Open standards
POST /v1/emails
curl -X POST https://app.skrybo.com/v1/emails \
-H "Authorization: Bearer skrybo_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"from": "you@your-domain.com",
"to": ["customer@example.com"],
"subject": "Welcome to Acme",
"html": "<p>Thanks for signing up.</p>"
}'Five minutes from signup to your first delivered email.
What is Skrybo?
A full email stack you can actually run.
Verified domains
Real-time inbox
AI chat assistant
Webhooks
Open & click analytics
Templates & broadcasts
POST /v1/emails
curl -X POST https://app.skrybo.com/v1/emails \
-H "Authorization: Bearer skrybo_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"from": "you@your-domain.com",
"to": ["customer@example.com"],
"subject": "Welcome to Acme",
"html": "<p>Thanks for signing up.</p>"
}'SMTP relay
One-click DNS
MCP server
Audiences & contacts
Batch sending
One-click unsubscribe
Why teams pick Skrybo
One product. Two jobs. Zero babysitting.
Built for developers
A Resend-compatible API. Switch one base URL — idempotency keys, webhooks, retries included.
Webmail included
Real inboxes at mail.your-domain: IMAP, SMTP, app passwords, Apple profiles.
Yours to host
One docker compose up runs mail, DB, webmail, and API on your own IP.
How it works
From signup to sent, in five steps.
Step 1
Sign up
Free tier. No card. 3,000 emails a month, forever.
1 of 5
Data safety
Data safety with Skrybo.
Encrypted at rest
Keys and tokens live in AES-256-GCM envelopes.
Signed webhooks
Standard Webhooks HMAC-SHA256 with rotation and replay.
Open standards
IMAP, SMTP, DKIM, SPF, DMARC. No proprietary lock-in.
Self-hostable
One docker compose up. Every byte stays on your infrastructure.