Developer Tools & DevOps
Connect Supabase to Your AI Agents
Enable your WKIL agents to read and write application data through a secure Supabase integration.
Authentication: API key
What you can do
- Read and write application data
- Run SQL queries and inspect database tables
Available capabilities may vary by authentication and workspace configuration.
Actions supported by the connector
Select From Table
Retrieve rows from a Postgres table using filters.
Execute Project Database Query
Run a custom SQL query against the project's database.
List Database Tables
Retrieve the list of tables available in the database.
Practical agent use cases
- An agent updates a customer record right after resolving their request.
- An agent runs a read-only SQL query to answer an internal reporting question from live data.
How it works with WKIL
- 1Choose the integrationAdd Supabase to your agent from inside the WKIL platform.
- 2Grant the permissions it needsDefine precisely what the agent can access and perform.
- 3Test, then run itTest actions before they go live, with human approval where needed.
Permissions always stay in your control — you can scope access and require human approval before any sensitive action.
FAQ
What can a WKIL agent do in Supabase?
It can select rows from a Postgres table with filters, run a custom SQL query against the project database, and list the available tables.
How is the Supabase connection authorized?
With an API key you provide from your Supabase project; WKIL stores it as an encrypted credential for that connection.

