Back to home

Security

Security at Gateplex

Gateplex is built with security-first principles. Your agent data is sensitive — here is how we protect it.

Data in transit

All API traffic is encrypted with TLS 1.3. We enforce HTTPS-only across every endpoint.

Data at rest

Intercept data is stored in Supabase with AES-256 encryption. Row-level security policies ensure tenants can only access their own data.

Authentication

API keys are hashed with bcrypt before storage. Keys can be rotated or revoked at any time from your Settings page.

Access control

Supabase RLS policies enforce strict tenant isolation. No cross-tenant data access is possible at the database layer.

Responsible disclosure

Found a vulnerability? Email security@gateplex.ai. We follow a 90-day disclosure policy and acknowledge all valid reports.