Skip to content

Daytona credentials#

Prerequisites#

Create a Daytona account.

Supported authentication methods#

  • API key

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

Using API key#

To configure this credential, you'll need:

  • An API URL: The URL of your Daytona API endpoint.
  • An API Key: Your Daytona API key.

To get your API key:

  1. Log in to the Daytona Dashboard.
  2. Select Create Key.
  3. Enter a name for the key, such as n8n integration.
  4. Set an expiration date and select the permissions your key needs.
  5. Select Create to generate the key.
  6. Copy the API key and enter it as the API Key in your n8n credential.

For the API URL, use https://app.daytona.io/api for Daytona's hosted service or the URL of your self-hosted Daytona instance.

Refer to Daytona's API Keys documentation for more information.

This page was