Email Infrastructure + Domain Registration

Your email.
Your domain.
Your platform.

Register domains, send transactional email, host mailboxes, and monitor deliverability — all from one platform. AI handles the hard parts so you don't need a team.

$npm install @zoobicon/sdk

Email Infrastructure That Just Works

Send, receive, and monitor email on your own domain. AI handles authentication, deliverability, and abuse detection automatically.

Transactional Email API

Send via REST API or SMTP relay. Automatic retry, queuing, and throttling. $0.10 per 1,000 emails.

Email Receiving & Routing

Receive email on your domain. Forward, store, or process with webhooks. Catch-all and per-address rules.

Auto Authentication

Full-featured SDK with TypeScript types, streaming support, and automatic retries. Coming soon.

AI Deliverability Agent

Pythonic interface with async support, Pydantic models, and comprehensive type hints. Coming soon.

Real-Time Analytics

Track sends, deliveries, opens, clicks, bounces, and complaints. Webhooks for every event.

Mailbox Hosting

Create mailboxes on your domain. info@, support@, hello@ — with forwarding, auto-reply, and 1GB storage.

Sending in Under 5 Minutes

1

Add your domain

Enter your domain name. We generate all required DNS records (SPF, DKIM, DMARC) automatically.

2

Configure DNS

Copy the generated records to your DNS provider. Or if you registered through us, it's already done.

3

Start sending

Use the REST API or SMTP relay to send. AI monitors deliverability in real-time.

Domain Registration + Email in One Place

Register your domain and get email set up in a single flow. No separate registrar, no manual DNS configuration.

Domain Registration

Direct HTTP calls with JSON. OpenAPI 3.1 spec available. Works with any language.

Free WHOIS Privacy

Generate, deploy, and manage sites from your terminal. Perfect for scripting and automation.

DNS Management

Auto-deploy on push. Preview environments for PRs. Full CI/CD integration. Coming soon.

One-Click Email Setup

Real-time notifications for build completion, deployment, SEO alerts, and more.

.com$12.99/yr
.io$39.99/yr
.ai$79.99/yr
.dev$14.99/yr
.sh$24.99/yr
.co$29.99/yr
.org$11.99/yr
.xyz$9.99/yr

100+ TLDs available. All include free WHOIS privacy.

Developer-First REST API

Powerful endpoints for every step of the website lifecycle. Generate, edit, analyze, translate, and export — all through simple API calls.

POST Send Email
curl -X POST https://api.zoobicon.io/v1/email/send \
  -H "Authorization: Bearer zbk_live_abc123..." \
  -H "Content-Type: application/json" \
  -d '{
    "from": "hello@yourdomain.com",
    "to": "customer@gmail.com",
    "subject": "Welcome aboard!",
    "html": "<h1>Welcome!</h1><p>Thanks for signing up.</p>",
    "tags": { "campaign": "onboarding" }
  }'
POST/api/email/send
POST/api/email/domains
POST/api/email/mailboxes
GET/api/email/analytics
POST/api/email/inbound
GET/api/domains/search
POST/api/domains/register
GET/api/domains/manage

Why Zoobicon.io?

First-class support for every workflow. Choose your language, your tools, your way.

Node.js / TypeScript

$ npm install @zoobicon/sdk

Full-featured SDK with TypeScript types, streaming support, and automatic retries.

Python

$ pip install zoobicon

Pythonic interface with async support, Pydantic models, and comprehensive type hints.

REST API

$ curl https://api.zoobicon.io/v1/...

Direct HTTP calls with JSON. OpenAPI 3.1 spec available. Works with any language.

Simple, Transparent Pricing

Transparent pricing. No hidden fees. Scale as you grow.

Starter

For personal projects

$0/mo
1,000 emails/month
10 req/min
  • 1,000 emails/month
  • 1 domain
  • 2 mailboxes
  • Basic analytics
  • Community support
Start Free
Most Popular

Growth

For growing businesses

$25/mo
50,000 emails/month
100 req/min
  • 50,000 emails/month
  • 10 domains
  • 25 mailboxes
  • Full analytics + webhooks
  • AI deliverability agent
  • Priority support
  • Custom DKIM signing
Start Growing

Scale

For high-volume senders

$99/mo
500,000 emails/month
Unlimited
  • 500,000 emails/month
  • Unlimited domains
  • Unlimited mailboxes
  • Dedicated IP pool
  • AI deliverability + abuse detection
  • SLA guarantee
  • Dedicated account manager
  • Domain reseller API
Contact Sales

Authentication

Secure API key authentication. Generate keys in your dashboard and start building in minutes.

1

Generate an API key

Navigate to Settings and create a new API key. Keys use the format:

zbk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2

Add to your request headers

Include your key in the Authorization header of every request.

Authorization: Bearer zbk_live_abc123...
3

Security best practices

  • Never expose API keys in client-side code or public repositories
  • Use environment variables: ZOOBICON_API_KEY
  • Rotate keys regularly and revoke unused keys immediately
  • Use test keys (zbk_test_...) for development

Part of the Zoobicon Platform

From solo developers to enterprise teams, the API adapts to your use case.

zoobicon.ai

Build it

AI website builder with 32+ generators, multi-page sites, and full-stack apps.

crontech.app

Host it

Deploy through our partner cloud — CDN, SSL, and custom domains, one-click from the builder.

zoobicon.io

Email it

Register domains, send email, host mailboxes. AI deliverability built in.

Ready to own your email?

Stop renting.
Start owning.

Free tier included. No credit card required.
No third-party lock-in. No per-seat pricing.

$ curl https://api.zoobicon.io/v1/health{ "status": "ok" }