Supabase Integration
Overview
Connect Vantage to Supabase for database queries, row operations, and remote procedure calls via the PostgREST API.
- Website: Supabase
- API Documentation: Supabase API Reference
Prerequisites
| Requirement | Details |
|---|---|
| Account | A Supabase account with API access |
| Auth Type | API Key (anon/service_role) |
Available Actions
| Action | Description |
|---|---|
| Query Table | Query rows with filters |
| Insert Row | Insert a new row |
| Update Row | Update existing rows |
| Delete Row | Delete rows |
| Call RPC | Call a database function |
Configuration
Refer to the Setup Guide for step-by-step instructions on connecting Supabase to Vantage.
See Also
- Setup Guide — How to connect integrations
- Available Integrations — Full integration list