Actions
| Name | Description |
|---|---|
upload-fileUpload a file to Supabase Storage | Upload a file to Supabase Storage |
create_rowCreate a new row in a table | Create a new row in a table |
update_rowUpdate rows in a table based on filter criteria | Update rows in a table based on filter criteria |
upsert_rowInsert or update a row in a table | Insert or update a row in a table |
delete_rowsRemove rows matching filter criteria from a table | Remove rows matching filter criteria from a table |
search_rowsSearch for rows in a table with filters and pagination | Search for rows in a table with filters and pagination |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_rowFires when a new row is created in a table | Fires when a new row is created in a table |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'supabase',
actionName: 'upload-file',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Supabase to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Supabase support?
Supabase supports 7 actions including Upload File, Create Row, Update Row, Upsert Row, Delete Rows, and more.
Can I use Supabase with AI agents?
Yes. Add Supabase to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Supabase use?
Supabase uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Supabase integration cost?
The Supabase integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Supabase support?
Supabase supports 1 triggers including New Row.
Connect Supabase in 2 minutes
Get 1,000 free actions every month. No credit card required.