Can we run this entirely inside our own network?
Yes. Enterprise agreements cover dedicated, VPC, and on-premise deployment, with edge execution on your own infrastructure at a reduced credit rate.
Yes, and it is a first-class tier rather than a special case.
What the enterprise agreement covers
- The edge runtime deployed on your own infrastructure
- Edge execution billed at a reduced credit rate
- Dedicated, VPC, or on-premise deployment
- SSO and audit support
- Custom data residency and retention terms
- SLA-backed support
Why the reduced rate
Work that runs on your hardware costs us less to serve, so the pricing reflects it. The incentive points the same way your security team already does.
The shape of a rollout
Most estates are mixed. Sources that can accept a governed connection are connected directly, and the systems that can never emit data run through the edge. Both appear in the same workspace, so the person asking the question does not have to know which is which.
Where this comes from
See it against your own data
A pilot is scoped to one governed use case and time-boxed to eight to twelve weeks, with success criteria agreed before it starts.
Get started freeRelated questions
- What is dataface.ai?dataface.ai is on-source conversational analytics. Ask a question in plain English, and it generates read-only SQL from your schema metadata and runs it on the systems you already own. No warehouse copy, no pipeline.
- How do you run analytics without moving our data?dataface.ai reads your schema and a few example values per column, generates read-only SQL, and executes it on the source system itself. Your tables are never copied: no pipeline, no warehouse copy, no second place to secure.
- What does the LLM actually see from our data?By default the model sees your catalog: table names, column names, types, and a few example values per column. It never receives your tables, and it only sees query results if a user turns on AI analysis.
- How do you stop an AI from writing to or damaging our database?Generated SQL is SELECT-only. INSERT, UPDATE, DELETE and DDL are blocked, queries are parameterized against injection, and every request passes both a workspace gate and a datasource gate.