Data security
Data is encrypted on the wire and on disk, and is shared only with the subprocessors that run the service (listed under Privacy).
- All traffic between your browser, the web app, and the API is encrypted with TLS (HTTPS only).
- Databases and uploaded files (loss runs, claims exports) live on managed cloud services with encryption at rest.
- Uploads go directly to object storage over short-lived, single-file signed URLs — files are never staged on a shared web server.
- Secrets and API keys are held in the hosting platform's secret store, never in source code.