AI report gateway (working name — confirm marketing name)
Thin SQL gateway that lets LLMs answer questions on operational data — without giving the LLM access to the rows.
- For
- Transactional businesses (iGaming, finance, payments) where internal analytics is gated by SQL fluency and audit requirements.
- Detail
- Hierarchy isolation via session-scoped Postgres variables; the LLM sees the schema and a curated view layer, never the row data. Every generated SQL is audit-logged before execution.
- Status
- Shipping — in production with a design partner.