mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.1 KiB
1.1 KiB
| title | description | contentType |
|---|---|---|
| Supabase credentials | Documentation for Supabase credentials. Use these credentials to authenticate Supabase in n8n, a workflow automation platform. | integration |
Supabase credentials
You can use these credentials to authenticate the following nodes with Supabase.
Prerequisites
Create a Supabase account.
Using Access Token
- In the Supabase UI, navigate to the project you would like to connect to.
- Navigate to Settings page (through the gears button in the left sidebar).
- Under Project settings, click on API.
- Copy the value from the Supabase
URLfield into theHostfield of your Supabase credentials in n8n. - Copy the value from the Supabase
service_role secretfield into theService Role Secretfield of your Supabase credentials in n8n. - Click
Saveon the n8n credentials screen.