> 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/twake.md).

# Twake credentials

You can use these credentials to authenticate the following nodes:

* [Twake](/integrations/builtin/app-nodes/n8n-nodes-base.twake.md)

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

Create a [Twake](https://twake.app/) account.

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

* Cloud API key
* Server API key

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

Refer to [Twake's documentation](https://doc.twake.app/developers-api/api-reference) for more information about the service.

## Using Cloud API key <a href="#using-cloud-api-key" id="using-cloud-api-key"></a>

To configure this credential, you'll need:

* A **Workspace Key**: Generated when you install the **n8n** application to your Twake Cloud environment and select **Configure**. Refer to [How to connect n8n to Twake](https://help.twake.app/en/latest/applications/connectors/index.html#how-to-connect-n8n-to-twake) for more detailed instructions.

## Using Server API key <a href="#using-server-api-key" id="using-server-api-key"></a>

To configure this credential, you'll need:

* A **Host URL**: The URL of your Twake self-hosted instance.
* A **Public ID**: Generated when you create an app.
* A **Private API Key**: Generated when you create an app.

To generate your **Public ID** and **Private API Key**, [create a Twake application](https://doc.twake.app/developers-api/get-started/create-your-first-application):

1. Go to **Workspace Settings > Applications and connectors > Access your applications and connectors > Create an application**.
2. Enter appropriate details.
3. Once you've created your app, view its **API Details**.
4. Copy the **Public identifier** and add it as the n8n **Public ID**.
5. Copy the **Private key** and add it as the n8n **Private API Key**.

Refer to [API settings](https://doc.twake.app/developers-api/get-started/create-your-first-application#id-3.-api-settings) for more information.
