Messaging

Wire up the email and SMS your products send. Connect a provider, set up the addresses and numbers you send from, and write the templates once.

What it is
  • Email and SMS providers, connected per product
  • The addresses and numbers your product sends from
  • Templates written once and reused everywhere
Why it exists

The agentic backend

Everything your AI agents need to become real software.

Storage, auth, customers, billing, and every other platform service agent-built software needs to run for real users.

What it does

Messaging is the configuration layer under everything your product sends: the provider credentials, the verified senders, and the message bodies — kept out of your code and away from your agents.

  • Connect an email or SMS provider once, per product.
  • Register the senders you are allowed to send as.
  • Write templates here, and send them from anywhere.
How to use it
  1. Connect a provider to the product that will be sending.
  2. Add the addresses and numbers you send from, and verify them.
  3. Write the templates, then send them from your code or your agents.