Blocks
Supabase
Use Supabase database
Integrate with Supabase to manage your database, authentication, storage, and more. Query data, manage users, and interact with Supabase services directly.
Toolssupabase
Block Preview
Supabase
Use Supabase database
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the supabase block with monitoring enabled in production.
Inputs (UI)
Operation
dropdownLayout: full
Options: Read All Rows, Insert Rows
Project ID
short-inputPlaceholder: Your Supabase project ID (e.g., jdrkgepadsdopsntdlom)
Layout: full
Table
short-inputPlaceholder: Name of the table
Layout: full
Client Anon Key
short-inputPlaceholder: Your Supabase client anon key
Layout: full
Data
codePlaceholder: { "column1": "value1", "column2": "value2" }
Layout: full
Condition: operation = "insert"
Inputs (API)
operation
stringRequired
Required for tool calls
projectId
stringRequired
Required for tool calls
table
stringRequired
Required for tool calls
apiKey
stringRequired
Required for tool calls
data
stringOptional
Required for tool calls
Outputs
Primary response type:
{
"message": "string",
"results": "json"
}Tool Access
supabase_querysupabase_insert