For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supabase Data API

Set up the Supabase Data API connector in Pandium using your project URL and secret API key so tenants can sync data through Supabase's auto-generated REST API securely at scale.

Connector Overview

Supabase is an open-source backend platform built on Postgres that gives developers a database, authentication, storage, and an auto-generated REST API out of the box. This connector authenticates against Supabase's Data API (REST) for a project.

Authentication Type

Basic

Webhook Supported

Yes

Secrets

  • PAN_SEC_SUPABASE_DATA_PROJECT_URL

  • PAN_SEC_SUPABASE_DATA_API_KEY

API Client Supported

No

Requirements for Provisioning

No provisioning is required for this connector.

How to Connect Your Integration

Upon successfully creating a tenant, you will use the following information to connect to Supabase:

  • Project URL

  • Secret API Key

To obtain the information required for setting up, perform the following steps:

  1. Log into your Supabase dashboard and select the project.

  2. Navigate to Project Settings > API.

  3. Project URL - Copy the Project URL listed under Project API.

  4. Secret API Key - Copy the project's secret (service role) API key.

API Resources

For more information on how to utilize the Supabase Data API, feel free to reference the following documentation.

Last updated

Was this helpful?