π¦ ClawHub
n8n API
by @codedao12
Operate n8n via its public REST API from OpenClaw. Use for workflow management, executions, and automation tasks such as listing, creating, publishing, triggering, or troubleshooting. Works with both self-hosted n8n and n8n Cloud.
βοΈ Configuration
Recommended environment variables (or store in .n8n-api-config):
export N8N_API_BASE_URL="https://your-instance.app.n8n.cloud/api/v1" # or http://localhost:5678/api/v1
export N8N_API_KEY="your-api-key-here"
Create the API key in: n8n Settings β n8n API β Create an API key.
TERMINAL
clawhub install n8n-api