Server-side AES-256-GCM encryption, EU data center, no call content logging.
We decrypt momentarily in memory per call — content is never stored.
Join the betaYour credentials are protected by server-side industry-standard encryption. On each call, we decrypt momentarily, invoke the API, and discard the result.
You enter your NAV/Billingo/MiniCRM API key in the dashboard over HTTPS.
We encrypt server-side with AES-256-GCM using a per-user, per-connector HKDF-derived key, stored in our EU data center.
When an AI agent triggers a tool call, we decrypt the key momentarily in memory, invoke the API, and do NOT store request or response content.
We openly state what our architecture protects against, and what it does not. Most vendors never tell you this.
The AES encryption key is stored in an isolated key store, NOT in the database. A DB breach alone is not sufficient.
TLS 1.3 protects all data in transit.
Per-user HKDF key derivation means one account compromise does not affect other users.
If our server secret key is leaked, API keys can be decrypted. We keep the AES key in an isolated key store, separate from the DB.
If your device has malware, API keys entered in the dashboard could be captured before encryption.
Our architecture is auditable. Request the technical documentation if you need it.
All data is stored in the Frankfurt region (eu-central-1).
Data minimization: no personal data stored in plaintext beyond your email address.
Our architecture follows SOC2 principles. Formal audit planned.