Infrastructure
The platform runs on a Kubernetes cluster we operate ourselves in a data center in Germany. The database, cache and file storage live inside the cluster and are not exposed directly to the internet.
Security
In a multi-tenant back office platform, the most expensive mistake is one company's record showing up for another. We built our security architecture around that risk: isolation is not left to a single layer, it is enforced in more than one layer.
Write to the security teamThe platform runs on a Kubernetes cluster we operate ourselves in a data center in Germany. The database, cache and file storage live inside the cluster and are not exposed directly to the internet.
Every request arrives through Cloudflare: DDoS protection, a web application firewall and TLS termination. The origin address of our servers is not public.
Row-level security is enabled in the database and blocks anonymous reads of personal data. Separation between companies is enforced mainly in the application, by the company filter on every query; every endpoint passes a permission check first.
Owner, admin and member roles; read, create, update and delete rights per module, each with an own-records or all-records scope.
Connections between the browser and the platform, and outbound calls to services, are encrypted with TLS. Plain HTTP is redirected to a secure connection.
Credentials for the email, SMS, e-signature and payment accounts you connect are stored encrypted with AES-256-GCM. The interface only shows identifying hints such as the last four characters.
Service status changes, proposal edits, reconciliation events and AI actions are recorded with who did what and when.
Every change goes through version control and automated tests; secrets are never kept in the code repository; the test environment uses only anonymized data.
The application, the database (PostgreSQL), cache and file storage run on a Kubernetes cluster we operate in a data center in Germany. The database and file storage are reachable only from inside the cluster; no database port is exposed to the internet. Administrative access uses a VPN and key-based SSH.
Cloudflare is the only door to the outside world. DNS, content delivery, DDoS protection and the web application firewall run at that layer. We do not publish the origin IP address of our servers in public DNS.
Separation between companies is enforced mainly in the application layer, by the company filter on every query, together with role-based permissions. Row-level security in the database is an additional layer against anonymous access.
Shareable links (proposals, the reconciliation approval page, customer statements) use unguessable random tokens, expire, and show only the data that document needs.
Panel sign-in uses a one-time verification code. Sessions are managed with secure cookies. The company owner grants and revokes member permissions per module from the team page; a departing employee’s access is closed in one step.
Key business records keep a history: status changes on sales services, proposal edits, reconciliation send and approval events, and every action taken by AI assistants. Application errors are tracked with an error monitoring service, and infrastructure health with disk, memory and service alerts.
Code changes are kept in version control, pass automated tests and are deployed as container images. Secrets live in in-cluster secret stores, not in the repository. Company scoping and a permission check are mandatory checklist items for every new API endpoint. We accept vulnerability reports through the process on the responsible disclosure page.
No. Every record belongs to one company and every query is scoped to your active company. If you are a member of several companies, you only see the currently selected one, and your role differs per company.
Infrastructure access is limited to authorized technical staff over encrypted connections. Your records are only looked at for your support request, a security incident or a legal obligation, in the narrowest scope needed.
No. Saved credentials are stored encrypted and are never returned to the interface in plain text. To change one, you enter the new value.
Not today. ISO/IEC 27001 and SOC 2 Type II are on our roadmap. We answer security questionnaires based on the information on this page.
Security, KVKK and GDPR, subprocessors, backups and the compliance roadmap in one place.
A 6-hour database backup target, RPO and RTO targets, data export.
Vulnerability reporting: scope, rules, safe harbor and response time targets.
Service providers, their purpose, the data they process and location; 30-day notice.
Your email, SMS, e-signature, payment and messaging accounts, connected and encrypted.
We answer the security questions in your procurement process in writing.
Write to the security team