mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
21 lines
669 B
Markdown
21 lines
669 B
Markdown
# NocoDB
|
|
|
|
You can use these credentials to authenticate the following nodes:
|
|
|
|
- [NocoDB](/integrations/nodes/n8n-nodes-base.nocoDb/)
|
|
|
|
## Prerequisites
|
|
|
|
* Install [NocoDB](https://www.nocodb.com/)
|
|
* Enable [API Access](https://docs.nocodb.com/setup-and-usages/apis-access)
|
|
|
|
## Using Auth Token
|
|
|
|
From n8n:
|
|
|
|
1. Enter a descriptive ***Credentials Name***.
|
|
2. In the ***Credentials Data*** section enter the following:
|
|
* ***API Token***: The authentication token for your NocoDB project, obtained when enabling API access (above).
|
|
* ***Host***: The host of your NocoDB instance, for example `http://localhost:8080`.
|
|
3. Click **Create** to save your new credentials.
|