n8n Setup Guide

Workflow automation with AI

Last updated: May 22, 2026

What is n8n?

n8n is a workflow automation tool with 200+ integrations. Its AI nodes let you connect LLMs to apps like Slack, Gmail, and databases. Great for automating business processes with AI.

Step 1: Install n8n

# Install globally
npm install -g n8n

# Start n8n
n8n start

Access at http://localhost:5678

Step 2: Set Up AI Nodes

  1. 1. Go to Credentials → Add OpenAI/Anthropic key
  2. 2. Create new workflow
  3. 3. Add "AI Agent" or "LLM Chain" node
  4. 4. Connect to trigger (webhook, schedule, app event)

🎉 n8n is Ready!

You can now automate workflows with AI. Explore more integration tools.