Security and privacy
SOC 2 reports, security policies, past questionnaires. So here is exactly what happens to that data: what stays, what leaves, and to whom.
Your evidence is stored in our database and object storage, both encrypted at rest on our production infrastructure (managed Postgres and S3-compatible object storage). Only two things ever leave to an outside vendor, and only the minimum needed:
That is the entire external surface. We do not send whole documents, and we send retrieved snippets rather than your full corpus.
BYOK is live. You can supply your own Anthropic (LLM) API key under Settings, API keys. When you do, those external calls run on your own vendor account: your evidence transits your account, not ours, and you absorb that provider's cost.
Your key is stored encrypted at rest (authenticated encryption), decrypted only at the moment of the provider call, and never returned to the browser or written to logs. We only ever show its last four characters.
We use LLM and embedding providers under a no-training, zero or low retention data agreement. Your content is never used to train any model, and is not retained by the provider beyond what is required to serve the request.
Every query is scoped to your organization and to a specific project. One company can never retrieve another's data, and one product's questionnaire is only ever answered from that product's evidence. Both boundaries are enforced on every query and covered by automated cross-tenant and cross-project tests.
You can delete any document at any time. Deletion purges the original file, its derived chunks, and its embeddings, and removes it from retrieval. Any reused answer that had been grounded on a deleted source is flagged for re-verification rather than silently re-served.
Buyers who require that no data ever leave their own infrastructure should ask about self-hosted deployment.