Where the boundaries actually are

Multi-tenant systems fail in predictable ways. These are the specific places we put the boundary, and why there rather than somewhere more convenient.

On this page
  1. Where the boundaries are
  2. Data residency
  3. What we do not claim
  4. Reporting a vulnerability

At a glance

  • Tenant isolation is enforced by the database itself — a bug in our code cannot cross it.
  • Every outbound message passes a consent, suppression and sending-identity check that nothing can route around.
  • Opt-outs are one-way hashes, so they survive erasure without retaining anything readable.
  • Credentials live in a managed secrets store and never reach a browser after they are set.
  • No certifications yet — and we say so, rather than implying otherwise.

Questions we have not answered here?