One POST /v1/emails call. 10 production-ready templates. No mail infrastructure to manage, no DNS theater. Built for indie hackers and AI-native agents.
Built for AI-native agents
The journey
Three commands. We handle the rest — delivery, authentication, reputation, and real-time analytics. Watch it happen live.
Your app
One POST
Brixus API
Validates & queues
Email engine
SPF · DKIM · DMARC
User inbox
99%+ placement
Your app
One POST
Brixus API
Validates & queues
Email engine
SPF · DKIM · DMARC
User inbox
99%+ placement
Waiting for email
One REST call from your backend. No SMTP relays, no DNS theater, no SDK to babysit.
We validate the payload against your starter template, sign the request, and drop it into the send queue.
SPF, DKIM, and DMARC are signed automatically on our shared domain. Reputation is monitored 24/7.
Lands in the primary inbox. Open, click, and bounce events stream back to your webhook in real time.
Quickstart
Sign in, hit "Create key" — scoped permissions, ready in seconds.
export BRX_KEY=bx_live_your_key_hereOTP, magic link, password reset, receipt, welcome — all production-ready.
"starterTemplate": "otp"One call. JSON in, message ID out. Idempotent on retry, with delivery webhooks if you want them.
curl -X POST .../v1/emailsPlayground · interactive preview
Edit the request. Watch the email change. Change the recipient, swap the template, upload your logo, hit Send — the preview updates as you type and the response shows the same shape you'll get in production.
Starter pack · 10 templates
Every template ships mobile-ready and tested in Gmail, Apple Mail, and Outlook. Watch them cycle, or click any thumbnail to inspect.
starterTemplate: "otp"Send short-lived numeric codes for login, verification, or step-up auth.
{{otp_code}}{{expiry_minutes}}{{app_name}}MCP-native · AI agents
Plug email into your AI agent. In one config block.
Brixus exposes the email API as a Model Context Protocol server. Drop it into Claude Code, Cursor, or any MCP client — your agent can then send transactional email without you wiring up a custom tool.
Add it once to your Claude Desktop or Cursor config, paste your API key, and your agent can send a password reset or OTP email — without you writing a line of integration code.
~/.../claude_desktop_config.json{
"mcpServers": {
"brixus365": {
"command": "npx",
"args": [
"-y",
"@brixus-technologies/mcp-server"
],
"env": {
"BRIXUS365_API_KEY": "bx_live_..."
}
}
}
}brixus_send_email with starter_template: "password_reset"Pricing
9,000 emails a month on the free tier. No credit card. Upgrade only when your app outgrows it.
FAQ
Magic-link signup. Free forever for dev projects. No credit card.