Trust · Deployment
Deployment
Demo, pilot, production — private cloud, private VPC or on-premise. Same images, same migrations, different configuration.
01
Three tiers, one system
Same images, same migrations, different configuration — evaluation and production run the same code.
Demo
Synthetic data on shared development infrastructure. Nothing real is required to evaluate the product.
- Synthetic data
- Shared dev infrastructure
Pilot
Single tenant, dedicated database, object storage and keys, read-only integrations, inside your private cloud or VPC. A local model; no external calls.
- Single tenant
- Private cloud or VPC
- Local model
Production
On-premise or private VPC, your identity provider with MFA, customer-managed encryption keys, documented backup and restore, and a full audit trail.
- On-premise or VPC
- Your IdP + MFA
- Customer-managed keys
02
Nothing is demo mode
There is no code path that behaves differently for a demonstration. A demo deployment is a configuration, which means a bug found in a demo is a bug in production too.
See it on your data’s shape — not a slide deck.
A pilot runs on synthetic or masked data first, inside your perimeter.