eavz
Supabase

Supabase

The open-source Firebase alternative

7 actions
1 trigger

Actions

Name
upload-file

Upload a file to Supabase Storage

create_row

Create a new row in a table

update_row

Update rows in a table based on filter criteria

upsert_row

Insert or update a row in a table

delete_rows

Remove rows matching filter criteria from a table

search_rows

Search for rows in a table with filters and pagination

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_row

Fires when a new row is created in a table

Quick Start

TypeScript
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.