Supabase AI — Automate Supabase with Runner
Ask your database a question and get the answer, no SQL required.
Runner uses Supabase through the Composio toolkit for database queries, table management, and API operations.
What Runner does in Supabase
- Run SQL queries against the Supabase database.
- Manage tables and rows for application data.
- Pull backend data into reporting and decision workflows.
Example asks
Query the database
Run a query to show active users by plan tier from the last 30 days.
Application data becomes part of the operating context for product and business decisions.
Check table state
Show me the schema and recent rows from the customer_events table.
Backend state stays visible alongside the rest of the workflow.
Manage rows and records
Insert a new row into the feedback table with the sentiment score and source channel.
Application data updates happen as part of the workflow instead of requiring a separate admin panel.