Skip to content

Supabase 凭据#

¥Supabase credentials

你可以使用以下凭据验证以下节点:

¥You can use these credentials to authenticate the following nodes:

¥Supabase Vector Store

先决条件#

¥Prerequisites

创建 Supabase 账户。

¥Create a Supabase account.

支持的身份验证方法#

¥Supported authentication methods

  • API 密钥

¥API key

相关资源#

¥Related resources

有关服务的更多信息,请参阅 Supabase API 文档

¥Refer to Supabase's API documentation for more information about the service.

使用访问令牌#

¥Using access token

要配置此凭据,你需要:

¥To configure this credential, you'll need:

  • 主机名:

¥A Host

  • 服务角色秘密密钥

¥A Service Role Secret

生成 API 密钥:

¥To generate your API Key:

  1. 在 Supabase 账户中,转到“控制面板”,创建或选择要为其创建 API 密钥的项目。

¥In your Supabase account, go to the Dashboard and create or select a project for which you want to create an API key. 2. 前往 项目设置 > API 查看项目的 API 设置。

¥Go to Project Settings > API to see the API Settings for your project. 3. 从“项目 URL”部分复制 URL,并将其作为你的 n8n 主机输入。请参阅 API URL 和密钥 获取更详细的说明。

¥Copy the URL from the Project URL section and enter it as your n8n Host. Refer to API URL and keys for more detailed instruction. 4. 显示并复制 service_role 的项目 API 密钥。复制该密钥,并将其作为你的 n8n 服务角色密钥输入到你的 n8n 凭据中。有关 service_role 权限的更多信息,请参阅 了解 API 密钥

¥Reveal and copy the Project API key for the service_role. Copy that key and enter it as your n8n Service Role Secret. Refer to Understanding API Keys for more information on the service_role privileges.