From writing SQL to understanding data — AI is built into querying, diagnosis, analysis, and automation.
You bring your own API key. Works with OpenAI, Anthropic, DeepSeek, and compatible endpoints.
Describe what you need. DataZen uses the current database schema as context and streams SQL you can run or edit.
When a query fails, click "Diagnose". AI combines the error message and schema to pinpoint the cause and suggest corrected SQL — apply it to the editor in one click.
See the plan, spot the bottleneck, and get plain-language optimization hints.
Chat with full context of the current connection — schema-aware answers, not generic guesses. Streaming replies; reasoning models supported where the provider allows.
@ references local files (with size and path limits)
"Amount greater than 1000 and status is shipped" — type natural language in the filter box. AI parses it into structured filter conditions and applies them, with column validation and null operators handled automatically.
| Provider | Notes |
|---|---|
| OpenAI | Official API or compatible gateways |
| Anthropic | Claude models |
| DeepSeek | Including reasoning-capable models |
| Custom endpoint | Any OpenAI-compatible service (e.g. local inference) |
Expose database query, schema, EXPLAIN, and workflows to MCP-compatible clients — including headless use.
In chat, connect external MCP servers (files, search, third-party tools) to extend what AI can do.