Ciba AI
Sign inGet started
Ciba AI · Data Intelligence

Ask your data anything.

Upload a CSV or connect your SQL database. Ciba AI reads the schema, writes the query, and answers in plain English — with charts and per-message cost tracking.

Start free trial →Sign in
ciba ai · analytics
SP
What were our top regions by revenue last quarter?
AI
EMEA led at $4.2M, up 14.3% YoY. APAC followed at $2.8M.
SELECT region, SUM(revenue)
  FROM orders
 WHERE ts >= '2025-10-01'
 GROUP BY 1;
Revenue by region · Q4 2025
$4.2MEMEA
$2.8MAPAC
$2.1MNA
$0.9MLATAM
in 1,284out 412latency 2.1s
How it works

From schema to answer
in under four seconds

01

Connect

Point Ciba AI at MySQL, MariaDB, or upload a CSV. Schema is read once and manifests are generated automatically.

02

Ask

Type a question. The RAG agent uses your schema to generate and execute queries via tool-calls — safely, scoped to your data.

03

Answer

Get a prose answer, the generated SQL, an auto-charted result, and per-message token cost — in one view.

Capabilities

Built for serious
data teams

Schema-aware agent

Reads your table relationships and picks the correct joins — no manual modelling required.

Auto-charting

Answers return with the right chart type chosen automatically — bar, line, pie, scatter, or table.

Per-message cost

Every answer shows tokens in/out, latency and model. Set org-wide budgets and per-user caps.

Role-based access

Owner, Admin and User roles. Manage members, view usage analytics, control who sees what.

Usage analytics

Org-wide dashboards for queries, tokens, latency and cost. Identify power users and runaway queries.

Self-hosted

Ships as a Docker stack behind nginx. Deploy in your VPC; your data never leaves your network.

mysqlmariadbcsvxlsx
Enterprise ready

Your data
stays yours

Self-hosted by default. Your data never leaves your network.

  • Self-hostedDeploy behind your nginx. Zero egress to third parties.
  • Read-only by defaultQueries run with a scoped DB role. No writes.
  • Full audit trailEvery query logged. Per-user token budgets and rate limits.
  • Role-based accessOwner, Admin, User roles with org-level management.

Stop writing SQL
for every question.

Connect your data and start asking questions in plain English.

Get started free →Sign in