For the complete documentation index, see llms.txt. This page is also available as Markdown.

Grist credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

Create a Grist account.

Supported authentication methods

  • API key

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

Using API key

To configure this credential, you'll need:

  • An API Key: in Grist, open the account menu (top right), then go to Account settings > Developer to create or copy your API key. Refer to the Grist API authentication documentation for more information.

  • A Grist URL. This points n8n at your Grist server:

    • The default, https://api.getgrist.com, works for any account on hosted Grist (getgrist.com).

    • To restrict the connection to a single team, use https://YOUR_TEAM.getgrist.com.

    • For a self-managed instance, use its URL, without /api and without a trailing slash (for example https://grist.example.com).

Last updated

Was this helpful?