Welcome to the n8n AI Automation & Agents Workshop — a collaborative learning project for mastering AI-powered workflow automation using n8n.
This repository will track the progress, tasks, and experiments of all workshop members throughout the course.
“Welcome to the most comprehensive free course on AI automation and AI agents for beginners using n8n.”
This 8+ hour workshop takes you from complete beginner to building and selling real AI-powered automations, step-by-step — no coding required.
- 🌐 What AI Agents are and why they matter
- ⚙️ How to build workflows in n8n
- 🔌 Connecting and setting up APIs and HTTP requests
- 🧠 Using agent memory, multi-agent systems, and prompting
- 🚀 Building scalable automations and self-hosted systems
- 🌍 Understanding webhooks, MCP servers, and hosting options
By the end of this workshop, you’ll have built 15+ working AI automations ready for personal use or resale.
Each member will work on their own branch to keep tasks organized and prevent conflicts.
git clone (copy the link of the repository and paste it here)
git checkout -b your-name
cd n8n-ai-automation-workshop
- Add your task files in the tasks/ folder
- Add notes, questions, or suggestions in the notes.md
- You can also create new folders if needed for your progress
git add .
git commit -m "Added Task 1 progress"
git push -u origin your-name
- Each member must work only in their branch
- Use clear and short commit messages
- Don’t try push directly to the main branch