Security First
At ZnqLA, security isn't an afterthought — it's foundational to everything we build.
Our Security Architecture
Container Isolation
Every user gets their own Docker container. Your data, conversations, and API keys are completely isolated from other users.
Encryption at Rest
All sensitive data (API keys, tokens) is encrypted using AES-256 before being stored in the database. Encryption keys are managed securely on the server.
Secure Communication
All traffic is encrypted with TLS 1.2+. We use HSTS preloading, and our nginx configuration follows security best practices.
Gateway Authentication
Each container has a unique gateway token. All WebSocket connections to the gateway require authentication.