Developer Cloud · Beta

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-cli
$ 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)
20+

Cloud services

Each one with its own console page, palette entry, and API.

AES-256

Parameter encryption

Secrets use GCM with per-tenant key material.

3 tiers

Per-message pricing

FREE / GROWTH / BUSINESS with transparent rates.

EU

Hosted in Europe

GDPR-incorporated; data residency in the EU.

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.

  1. 1
    Create an account
    Free, no credit card. One alias per workspace.
  2. 2
    Verify your sending domain
    Drop four DNS records. Aegean signs every send with DKIM.
  3. 3
    Generate an API key
    Scoped to your account. Rotate or revoke anytime.
  4. 4
    Send your first email
    One API call with our SDK or any HTTP client.
  5. 5
    Watch events stream in
    Delivery, bounce, complaint, opened — all real-time.
TypeScript SDKaegean.email.send
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" }
Same SDK shape, every runtimeSDK docs →

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
Start free

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
Start free

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
Start free

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
Start free

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.

No fake metrics. No invented edges.

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.

Free
$0.0008/ email

Hobby projects, prototypes, and testing.

  • 200 emails / month
  • 1 verified sending domain
  • Delivery + bounce logs
  • Webhook event stream
  • Community support
Start free
Most popular
Growth
$0.0006/ email

Production apps under steady volume.

  • 50,000 emails / month
  • Unlimited verified domains
  • Dedicated webhooks
  • Priority send queue
  • Email support
Start free
Business
$0.0004/ email

High-volume teams that need rate headroom.

  • Unlimited monthly send
  • Dedicated IP warmup
  • Inbound parsing
  • White-label tracking
  • Priority engineering support
Start free

FAQ

Common questions.

Real questions from developers evaluating Aegean. Have one we missed? Email us.

A developer cloud for the application-infrastructure primitives most products need on day one: transactional email, object storage, encrypted parameter store, verified sending domains, webhooks, automation, and SMS/Voice — all reachable from a single console and a single API key.

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.