Skip to the content.

7 Free n8n Workflow Templates for AI Agents

Production-tested templates from a 57-agent system running 24/7 for 6+ months. Import directly into your n8n instance.

Why These Templates?

These are not toy examples. Each template was extracted from a production system that processes thousands of agent tasks daily through 65 n8n workflows. They handle real error cases, timeouts, and edge conditions that you would normally discover only after weeks of production use.

All templates are free. No signup, no email gate. Just download the JSON and import.

Templates

1. AI Agent Orchestrator (7 nodes)

What it does: Routes incoming tasks to the right AI agent based on keyword classification.

Nodes: Webhook Intake, Keyword Classifier, Anti-Duplication Check, Agent Router, HTTP Forward, Slack Notification, Error Handler

Why you need it: Without an orchestrator, you will waste 30-40% of compute on duplicate work and misrouted tasks. This template includes a deduplication check that prevents the same task from being processed twice within a configurable time window.

Best for: Teams running 2+ AI agents that need intelligent task routing.

Download JSON View on GitHub

2. Multi-Agent Orchestrator with Dedup (13 nodes)

What it does: Advanced orchestration with 5-way task classification and a 30-minute deduplication window.

Nodes: Webhook, MD5 Hash Generator, Redis/Memory Dedup Check, 5-Way Classifier (Code/Research/Security/Business/General), Agent-specific HTTP forwards, Unified Response Formatter, Slack Audit Trail

Why you need it: The simple orchestrator works for 2-5 agents. Once you scale past that, you need proper deduplication (MD5-based), multi-category routing, and an audit trail. This template handles all three.

Best for: Production multi-agent systems with 5+ specialized agents.

Download JSON View on GitHub

3. AI Health Monitor (6 nodes)

What it does: Monitors your AI services and webhooks, alerts on failures.

Nodes: Schedule Trigger (every 30 min), URL List, HTTP Ping Loop, Status Code Check, Slack Alert (failures only), Summary Log

Why you need it: AI services fail silently. APIs hit rate limits, webhooks go down, LLM providers have outages. This template pings all your endpoints every 30 minutes and only alerts when something is actually broken.

Best for: Anyone running AI services that need uptime monitoring.

Download JSON View on GitHub

4. Webhook AI Responder (5 nodes)

What it does: Universal webhook endpoint that processes any request through an LLM and returns a structured response.

Nodes: Webhook, Extract Parameters, LLM API Call (configurable: Claude, GPT, DeepSeek, Gemini), Format Response, Respond to Webhook

Why you need it: Every AI agent needs an HTTP endpoint. This template gives you a clean, reusable pattern: receive a request, call any LLM, return a structured response. Swap the LLM provider by changing one node.

Best for: Building API endpoints for AI agents, chatbots, or any LLM-powered service.

Download JSON View on GitHub

5. Daily AI Digest Bot (9 nodes)

What it does: Aggregates news from Hacker News and GitHub, summarizes with AI, delivers to Slack and email.

Nodes: Cron (daily 8 AM), HN API (top stories), GitHub API (trending repos), Merge Results, LLM Summarizer, Format for Slack, Slack Post, Format for Email, Email Send

Why you need it: Stay current on AI developments without doomscrolling. This template pulls the top stories from HN and trending GitHub repos, uses an LLM to generate a concise daily briefing, and delivers it where you will actually read it.

Best for: Teams that want automated daily AI/tech briefings.

Download JSON View on GitHub

6. Post-Purchase Nurture (7 nodes)

What it does: Automates post-sale follow-up: welcome email, sale alerts, CRM update.

Nodes: Gumroad Webhook, Extract Buyer Data, Welcome Email Template, Send Email, Slack Sale Alert, Telegram Alert, CRM/Sheet Update

Why you need it: The first 5 minutes after a purchase are critical for customer experience. This template sends a personalized welcome email, notifies you on Slack and Telegram, and logs the sale – all automatically, all within seconds.

Best for: Digital product sellers on Gumroad (adaptable to Stripe, LemonSqueezy).

Download JSON View on GitHub

7. B2B Email Reply Monitor (6 nodes)

What it does: Monitors Gmail for replies to outreach emails, classifies intent with AI, alerts on hot leads.

Nodes: Cron (every 2h), Gmail API Check, AI Intent Classifier (interested/question/bounce/unsubscribe), Conditional Router, Slack Alert (interested only), Auto-Archive (bounces/unsubscribes)

Why you need it: Manual email triage eats 30+ minutes daily. This template uses an AI classifier to determine reply intent. Hot leads go to Slack. Bounces get auto-archived. You only see emails that matter.

Best for: B2B sales teams doing outbound email.

Download JSON View on GitHub

How to Import

  1. Download the JSON file
  2. Open your n8n instance
  3. Click Workflows then Import from File
  4. Select the JSON file
  5. Update credentials (Slack token, API keys, etc.)
  6. Activate the workflow

Each template includes inline documentation explaining what each node does and what credentials you need.

Want More?

These 7 templates are extracted from a system that runs 65 workflows powering 57 AI agents. The full system includes:

Get the full collection: 49 Agent Prompts on Gumroad ($29) – use code LAUNCH49 for $10 off

Free orchestrator sample: GitHub Repository



All templates are MIT licensed. Use them in personal and commercial projects.