Description
n8n-nodes-air
A community node for n8n that lets you programmatically interact with your Air workspaces — upload and manage assets, organize boards, and wire Air into the rest of your stack.
Air is a Creative Ops system for marketing and creative teams, designed to store, search, approve, and share visual content at scale.:contentReference[oaicite:0]{index=0}
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node gives n8n workflows access to a subset of the Air API. Typical automations include::contentReference
- Assets
- Boards
- Custom Fields
- Tags
- Uploads
- Air Application
- Air Developer Documentation
- n8n community nodes documentation
– Upload new assets to Air from any n8n source (S3, GDrive, FTP, webhooks, etc.)
– List / search assets by metadata or keywords
– Retrieve details for a specific asset
– Update asset metadata (title, description, tags, custom fields)
– Optionally delete or archive assets
– List boards in a workspace
– Get board details
– Add / remove assets on boards
– Drive board organization from other systems (e.g. CRM, project tools)
– List Custom Fields
– Create Custom Field
– Update Custom Field (name/description)
– Add New Values
– Delete Values
– List Tags
– Create Tags
– Create Upload URL
– Complete Upload Part (files > 5 GB)
– Complete Uplaod (files > 5 GB)
> ⚠️ The exact list of operations may evolve. Always check the node’s Resource and Operation dropdowns in the n8n UI for the current surface area.
Credentials
Air’s API uses:
– x-api-key
– x-air-workspace-id
Compatibility
No known compatibility issues.
Usage
Basic Upload Workflow
Steps to upload assets using binary input.
Metadata Enrichment
Fetch assets, enrich metadata, update Air.
Board Syncing
Sync boards with data from project tools.
Compatibility
– Works with modern n8n 1.x builds.
– Best for self-hosted installations.
Resources
Version history
See CHANGELOG.md for version notes.