Daytona credentials#
Prerequisites#
Create a Daytona account.
Supported authentication methods#
- API key
Related resources#
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:
- Log in to the Daytona Dashboard.
- Select Create Key.
- Enter a name for the key, such as
n8n integration. - Set an expiration date and select the permissions your key needs.
- Select Create to generate the key.
- 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