Every claim below maps to a configuration we operate in production — not a roadmap item.
Data residency
Our production servers are operated for us by a third-party infrastructure provider and are currently located outside Saudi Arabia. SanadWA Company is a Saudi company and is subject to the Saudi Personal Data Protection Law (PDPL) wherever our infrastructure sits. A data residency review covering production hosting, backups, and sub-processor access is underway, and we are not publishing a residency commitment until it concludes. Last verified: 2026-09-13.
Encryption in transit
All public traffic is terminated at our Caddy reverse proxy with TLS 1.2+ and modern cipher suites. HTTP requests are redirected to HTTPS.
Password hashing
User passwords are hashed with bcrypt. We never store, log, or transmit plaintext passwords. Password reset is handled via a one-time link.
Role-based access control
Every workspace has three roles — owner, admin, and operator — with progressively narrower permissions. The API enforces role checks on every protected endpoint.
Audit logging
Operator actions and system events emit structured JSON logs to disk with stable schemas. Sensitive fields (tokens, message bodies) are redacted at the logger.
Workspace isolation
Every API request is scoped to the signed-in workspace. One workspace cannot read or write another workspace’s data.