Who can set up an Air node for n8n?
β
π¨βπ©βπ§βπ¦ Supported on any Enterprise Air plan
βοΈ Anyone with workspace owner or admin access to the workspace
The Air node for n8n requires two values to authenticate:
API Key β Used to securely authenticate requests to Air
Workspace ID β Identifies which Air workspace n8n should connect to
Both values are available in your Air workspace settings.
Create and retrieve your Air API key
Take care to keep your API key confidential and do not disclose it to others, either by sharing it directly or by displaying it in your browser or the n8n software.
Log in to your Air workspace and navigate to API Access within your workspace settings
Select '+Create a new API Key'
The API key is shown only once
Copy it immediately and store it in a secure location
Locate and retrieve your Workspace ID
When making a request with the Air node for n8n, it is necessary to include the workspace id for the specific workspace you want to use. This lets the API know which workspace the request is related to.
Find the name of your workspace under the Workspace ID header
Click to copy the Workspace ID next to your workspace name
Option 1: Create credentials from the n8n Credentials menu
This method is recommended if you want to set up credentials before building a workflow.
In n8n, open the Credentials section
Click Create New Credential
Search for Air API
Select the Air credential type
Paste in:
Your Air API Key
Your Air Workspace ID
Save the credential
Your Air credentials are now ready to be used in any workflow.
Option 2: Create credentials directly from a workflow
You can also create credentials while configuring an Air node inside a workflow.
Open an existing workflow or create a new one in n8n
Add a new node
Search for Air and select the Air node
Choose an action (for example: Get Assets)
In the Credentials field, click Create New
Enter your:
API Key
Workspace ID
Save the credential
The node will now be connected to your Air workspace.
Verify your Air node for n8n setup
Once credentials are configured:
Select an Air action (such as retrieving assets)
Execute the workflow
Confirm that data is returned successfully
If the node fails to authenticate, doubleβcheck that:
The API key was copied correctly
The Workspace ID matches your Air workspace
Your user account has admin permissions
