Overview
Your data is encrypted at rest (AES-256), isolated per tenant (Postgres Row-Level Security), and never used to train models. Every API route is gated. Every webhook is signature-verified. We keep the source of our security module out of production images.
- Encrypted: AES-256-GCM for every piece of PII, versioned keys, rotation ready.
- Isolated: Postgres RLS + application-layer tenant checks on every query. Zero bypass in production.
- No training: your conversations, emails, and customer data are neverused to train a foundation model — ours or anyone else’s.
- Verifiable: every claim below you can
curlyourself from your terminal, no account needed.
Non-technical translation: we treat your business data the way your bank treats your deposits. Locked. Labeled. Yours.