A cloud service that cannot open your database
The challenge
To answer a question about a company's data, something has to see that data. Every AI data tool solves this by taking the customer's database credentials into its cloud. For finance and regulated teams, that single fact ends the conversation.
What we did
We split the product along that line. The cloud brain reads the question, picks the model and writes the native query — and is built with no database driver and no credential-handling code in it at all. The SDK runs inside the customer's network, holds credentials in memory only, connects to the database directly, and calls the brain one stateless step at a time.
What changed
The security claim stops being a promise about our behaviour and becomes a property of the architecture. A fully compromised cloud brain still cannot open a customer database, because it contains nothing that could.
- No driver in the cloud tier
- Credentials in memory only
- Stateless step-by-step protocol