What is Brixus365? | Brixus365 Docs
Docs Getting Started What is Brixus365?

What is Brixus365?

Brixus365 is an email platform for developers and marketing teams. These docs cover the Developer Email API — a REST API for sending transactional email from your application.

Brixus365 has two surfaces:

  • Developer Email API — send transactional email programmatically: receipts, password resets, notifications, magic links.
  • Dashboard — no-code tools for your marketing team: Spark for broadcast campaigns, Connect for customer conversations and inbox management.

The Developer Email API

The API is JSON over HTTPS. You authenticate with an API key — no SDK required, any HTTP client works.

Base URLhttps://app.brixus365.com/api/v1/
AuthX-API-Key: bx_live_*
FormatJSON request and response bodies
ProtocolHTTPS only

What you can do

CapabilityEndpoint
Send a single transactional emailPOST /v1/emails/send
Send up to 100 emails in one requestPOST /v1/emails/batch
Use a saved or starter templatetemplate_id / starter_template field on send
Check message delivery statusGET /v1/emails/:message_id
List sent messages with filtersGET /v1/emails
Manage sending domainsGET/POST /v1/settings/email-domains
Issue and revoke API keysGET/POST /v1/settings/api-keys

How it works

  1. Verify a sending domain — add DNS records to prove you own the domain your emails come from.
  2. Get an API key — create a key in Settings → API Keys with the scopes you need.
  3. SendPOST /v1/emails/send with your key in X-API-Key.

That’s the core loop. Templates, batching, analytics, and domain management all build on top of it.


Try it in 60 seconds

Jump straight to the Quickstart. It walks through domain verification, getting a key, and sending a test email end to end.


What’s next

You want to…Go to
Make your first sendQuickstart
Understand key conceptsCore concepts
See what’s included on each planLimits
Browse the full API referenceAPI Reference
Start sending

9,000 transactional emails a month, free.

No credit card. No commitment. Up and running in under five minutes.