Turn plain questions into live database answers. A chat message triggers an AI agent that reads your Supabase tables, writes safe SQL, and returns summaries and insights. Great for teams that need quick data checks without writing SQL.
Incoming chat text flows into an AI agent powered by an OpenAI model. The agent uses three database tools. One lists all public tables. One returns a full column map for any table, including types and references. One runs the final SQL. Results come back in natural language with counts, trends, and JSON field parsing when needed. The design reduces back and forth with analysts and keeps the conversation in one place.
You need OpenAI and a Supabase Postgres database. Add your Supabase host, database, user, and password in the Postgres nodes. Set the system message to guide the assistant style. Expect faster ad hoc reporting, fewer query errors, and quicker decisions for operations, product, and support analytics.