mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
---
|
|
title: Stackby credentials
|
|
description: Documentation for Stackby credentials. Use these credentials to authenticate Stackby in n8n, a workflow automation platform.
|
|
contentType: integration
|
|
---
|
|
|
|
# Stackby credentials
|
|
|
|
You can use these credentials to authenticate the following nodes with Stackby.
|
|
|
|
- [Stackby](/integrations/builtin/app-nodes/n8n-nodes-base.stackby/)
|
|
|
|
## Prerequisites
|
|
|
|
Create a [Stackby](https://stackby.com/) account.
|
|
|
|
## Using API Key
|
|
|
|
1. Open your Stackby [dashboard](https://stackby.com/dashboard).
|
|
2. Click on the user icon on the top right and select 'Account' from the dropdown list.
|
|
3. Under the ***API*** section, click on the ***Create API key*** button.
|
|
4. Copy the displayed API key.
|
|
5. Enter a name for your credentials in the ***Credentials Name*** field in the 'Stackby API' credentials in n8n.
|
|
6. Paste the API key in the ***API Key*** field in the 'Stackby API' credentials in n8n.
|
|
7. Click on the ***Create*** button to create the credentials.
|
|
|
|
|
|
The following video demonstrates the steps mentioned above.
|
|
|
|
<div class="video-container">
|
|
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/xc_upy6H5r4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
|