Security
Gateplex is built with security-first principles. Your agent data is sensitive — here is how we protect it.
All API traffic is encrypted with TLS 1.3. We enforce HTTPS-only across every endpoint.
Intercept data is stored in Supabase with AES-256 encryption. Row-level security policies ensure tenants can only access their own data.
API keys are hashed with bcrypt before storage. Keys can be rotated or revoked at any time from your Settings page.
Supabase RLS policies enforce strict tenant isolation. No cross-tenant data access is possible at the database layer.
Found a vulnerability? Email security@gateplex.ai. We follow a 90-day disclosure policy and acknowledge all valid reports.