One developer cloud for messaging, storage, and the services every product needs.
Send email, store objects, manage API keys, verify domains, and automate workflows — all from a single console.
$ aegean domains verify acme.com
→ DKIM, SPF, DMARC checks passed
→ Ready to send
$ aegean keys create "Production app"
→ aegean_sk_********** created
→ Saved to ~/.aegean/credentials
$ aegean send --to "ada@example.com" \
--from "hello@acme.com" \
--template welcome-user \
--data '{"name":"Ada"}'
→ message id: 4b9b441c…
→ status: sent (42ms)Cloud services
Each one with its own console page, palette entry, and API.
Parameter encryption
Secrets use GCM with per-tenant key material.
Per-message pricing
FREE / GROWTH / BUSINESS with transparent rates.
Hosted in Europe
GDPR-incorporated; data residency in the EU.
Cloud services
Services for product builders.
Start with the essentials — every service has its own page in the console.
Console Home
Account snapshot, quick actions, and recent activity.
Email Composer
Send a one-off email or test a template against a recipient.
Templates
Create reusable email templates and manage versions.
Object Storage
Store assets, attachments, and uploads in S3-compatible buckets.
Sites
Host static HTML/CSS/JS bundles AND full Next.js SSR apps. Each site card has a Compute panel button (Cpu icon) for runtime instances on SSR sites.
Transactional Logs
Per-API-key transactional message activity.
Email Logs
Account-wide delivery, bounce, and complaint events.
Suppressions
Unsubscribe and complaint suppression lists.
Automation Studio
Build campaigns, segments, journeys, and triggers.
Campaign Performance
Delivery, engagement, and reputation metrics for campaigns.
Phone Numbers
Buy, verify, and manage sender numbers.
SMS Logs
Outbound SMS delivery events.
Voice Calls
Outbound voice call activity and scripts.
API Keys
Create, rotate, and revoke API credentials.
Verified Domains
Manage sender domains, SPF, DKIM, and DMARC records.
Parameter Store
Encrypted key-value store for app config and secrets.
Webhooks
Configure event callbacks for delivery and bounce events.
Relays
Upstream SMTP relay configuration per tenant.
Quickstart
From idea to your first send in five steps.
Domain verification through DKIM, key creation, and first-send telemetry — all in the same console session.
- 1Create an accountFree, no credit card. One alias per workspace.
- 2Verify your sending domainDrop four DNS records. Aegean signs every send with DKIM.
- 3Generate an API keyScoped to your account. Rotate or revoke anytime.
- 4Send your first emailOne API call with our SDK or any HTTP client.
- 5Watch events stream inDelivery, bounce, complaint, opened — all real-time.
import { aegean } from "@aegean/sdk";
await aegean.email.send({
from: "hello@acme.com",
to: "ada@example.com",
subject: "Welcome to Acme",
template: "welcome-user",
data: { name: "Ada" },
});
// → { id: "4b9b441c…", status: "sent" }Solutions
Built for modern product teams.
The same primitives, shaped to fit how different teams ship.
For SaaS products
Drop-in transactional email, in-product notifications, and operational alerts for the apps your team is building.
- Transactional templates
- Webhook event streams
- Per-tenant API keys
For agencies
One workspace per client, isolated domains, and a shared template library. Bill back what you use, when you use it.
- Per-tenant domains
- Shared templates
- Audit log per account
For indie builders
Simple APIs, transparent per-message pricing, no enterprise lock-in. Ship the side project this weekend.
- Free tier, no card
- Single-binary SDK
- No vendor traps
For internal tools
Object storage, parameter store, and alert pipelines for the back-of-house systems your team maintains.
- S3-compatible storage
- Encrypted parameters
- Alert webhooks
Reliability
Built for visibility, designed for deliverability.
Every message Aegean sends carries an audit trail. Every domain has a published verification status. Every API key has a created-by and last-used timestamp.
Verified sending domains
SPF, DKIM, and DMARC guidance built in. Block spoofers before they hit your inbox.
Per-message logs
Every delivery, bounce, and complaint is tracked with full message metadata.
Webhook event streams
Stream delivery, bounce, complaint, and opened events to any HTTPS endpoint.
Encrypted parameters
Per-tenant secrets and config stored in an AES-256-GCM parameter store.
Live status probes
Operator status page covers every readiness, liveness, and domain probe the API exposes.
Pricing
Start small. Scale when you actually need it.
Per-message pricing across three tiers. Free tier doesn't ask for a credit card.
Hobby projects, prototypes, and testing.
- 200 emails / month
- 1 verified sending domain
- Delivery + bounce logs
- Webhook event stream
- Community support
Production apps under steady volume.
- 50,000 emails / month
- Unlimited verified domains
- Dedicated webhooks
- Priority send queue
- Email support
High-volume teams that need rate headroom.
- Unlimited monthly send
- Dedicated IP warmup
- Inbound parsing
- White-label tracking
- Priority engineering support
Resources
Everything you need to integrate fast.
Start building with Aegean.
Free to start. No credit card needed. Verify your domain in five minutes and ship your first send the same day.