Infrastructure & network
Production runs on AWS in a dedicated VPC behind Cloudflare, with the admin plane gated by VPN.
- Amazon EKS workloads run as non-root containers in private subnets; no public IPs on pods or data stores.
- Cloudflare sits in front of every public hostname, providing edge TLS, DDoS mitigation, WAF, and bot management. Origin IPs are not advertised.
- All ingress terminates on an AWS Application Load Balancer with HTTPS-only listeners and TLS 1.2+.
- The admin console is served by a separate, internal-only load balancer and requires a managed zero-trust VPN with per-device approval, scoped to the corporate identity.
- Outbound HTTP from agents and integrations goes through an SSRF-safe client that blocks loopback, link-local, and private addresses before connect.