> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/integrations/builtin/credentials/baserow.md).

# Baserow credentials

You can use these credentials to authenticate the following node:

* [Baserow](/integrations/builtin/app-nodes/n8n-nodes-base.baserow.md)

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Create a [Baserow](https://baserow.io/) account on any hosted Baserow instance or a self-hosted instance.

## Supported authentication methods <a href="#supported-authentication-methods" id="supported-authentication-methods"></a>

* Basic auth
* Token

## Related resources <a href="#related-resources" id="related-resources"></a>

Refer to [Baserow's documentation](https://baserow.io/docs/index) for more information about the service.

Refer to [Baserow's auto-generated API documentation](https://baserow.io/api-docs) for more information about the API specifically.

## Using basic auth <a href="#using-basic-auth" id="using-basic-auth"></a>

To configure this credential, you'll need:

* Your Baserow **Host**
* A **Username** and **Password** to log in with

Follow these steps:

1. Enter the **Host** for the Baserow instance:
   * For a Baserow-hosted instance: leave as `https://api.baserow.io`.
   * For a self-hosted instance: set to your self-hosted instance API URL.
2. Enter the **Username** for the user account n8n should use.
3. Enter the **Password** for that user account.

Refer to [Baserow's API Authentication documentation](https://baserow.io/docs/apis/rest-api#authentication) for information on creating user accounts.

## Using a token <a href="#using-a-token" id="using-a-token"></a>

To configure the database token credential, you'll need:

* Your Baserow **Host**
* A **Database token** created on Baserow\.io, which requires a **Username** and **Password** for login.

### Creating the database token <a href="#creating-the-database-token" id="creating-the-database-token"></a>

1. In [Baserow](https://baserow.io/login), log in with your username and password.
2. Click on your workspace in the top left corner and select **My Settings**.
3. In the screen that opens, click **Database tokens**.
4. Click **Create token**.
5. Enter a **Name** and **Workspace** for the token.
6. Click **Create token** to finish.

To create the credential in n8n, follow these steps:

1. Enter the **Host** for the Baserow instance:
   * For a Baserow-hosted instance: leave as `https://api.baserow.io`.
   * For a self-hosted instance: set to your self-hosted instance API URL.
2. Enter the **Database Token** you created.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.n8n.io/integrations/builtin/credentials/baserow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
