n8n
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name N8N_TOKEN or zero doctor check-connector --url ${N8N_BASE_URL}/api/v1/workflows --method GET
Authentication
All endpoints require the API key in a header:
X-N8N-API-KEY: $N8N_TOKEN
Environment Variables
| Variable | Description |
|---|---|
N8N_TOKEN |
n8n API key (generated in Settings → n8n API) |
N8N_BASE_URL |
Base URL of your n8n instance, e.g. https://your-instance.app.n8n.cloud |