# Supabase

## Introduction to Superbase with Couchdrop

Couchdrop’s native support for inserting data into Superbase through file actions makes it incredibly simple to move data from virtually any source into your data warehouse. You can configure Couchdrop to automatically ingest files and stream their contents directly into Superbase tables. This enables seamless integration of data coming from cloud storage, SFTP/FTP servers, APIs, or inbound webhooks - all with minimal setup.

With this capability, teams can unlock fast and reliable ingestion of structured or semi-structured data without needing to manage ETL infrastructure. Couchdrop handles the heavy lifting of getting data into Superbase so it’s immediately available for analysis.&#x20;

<div align="left"><figure><img src="https://391958821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpokYqd27yrOUxIBhyvbF%2Fuploads%2FG07CVXwWkLgvwxQUfvzA%2Fsuperbase.png?alt=media&#x26;token=e85767a8-c00d-49e7-9ae7-e327fda3b459" alt=""><figcaption></figcaption></figure></div>

## How Superbase works with Couchdrop

Superbase is configured in Couchdrop as a platform integration. This type of integration does not appear directly as a [virtual folder](https://docs.couchdrop.io/connections/virtual-folders) as Couchdrop needs to understand how to translate the data into rows in Superbase.&#x20;

Instead; Superbase is configured as a connection and then you can use this connection as a file action inside an [transfer-automations](https://docs.couchdrop.io/features/transfer-automations "mention") or [file-actions](https://docs.couchdrop.io/features/file-actions "mention").&#x20;

When you configure the file action - you provide details about the data table schema in Superbase and how that maps to the data files being ingested by Couchdrop.  &#x20;

## Requirements

To connect to Supabase in Couchdrop you will need:

* A Supabase account, with a table created that you want to upload data into
* Access credentials, such as your project ID and access key
* Your project ID is typically found in the URL in Supabase, if you navigate to your Supabase project, `https://supabase.com/dashboard/project/<project-id>`&#x20;
  * In Couchdrop, the Supabase URL field is typically `https://<project-id>.supabase.co`&#x20;
  * Your access key can be generated from within your account settings -> access tokens, within Supabase `https://supabase.com/dashboard/account/tokens`&#x20;
* A location or inbound method in Couchdrop that you are ingesting data into.&#x20;

## Configuration Steps

1. Log in to Couchdrop and add a new system integration
2. Select Superbase from the list of available integrations
3. Provide the details above
4. Click **Add System Integration** and follow the wizard
5. Create an automation or file action and select Superbase as the platform type.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.couchdrop.io/connections/connect-platforms/supabase.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
