节点与集成
Supabase credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Supabase account.
Supported authentication methods
- API key
Related resources
Refer to Supabase's API documentation for more information about the service.
Using secret key
To configure this credential, you'll need:
- A Host
- A Secret Key
The credential connects to your project using the Supabase Data API, which must be enabled. You can check and enable it in your project's Data API settings.
To generate your secret key:
- In your Supabase account, go to the Dashboard and create or select a project for which you want to create an API key.
- Go to **Integrations > Data API** and copy the Project URL. Enter it as your n8n Host, omitting the
/rest/v1path at the end (usehttps://your_project.supabase.co, nothttps://your_project.supabase.co/rest/v1). - Go to **Project Settings > API Keys** to see the API keys for your project.
- Create or reveal a secret key and enter it as your n8n Secret Key. Refer to Understanding API keys for more information.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。