Multi Agent AI Conversations: Route Queries to Claude, GPT & Gemini

This workflow automates dynamic multi-agent AI conversations, replacing manual task delegation to specialized chatbots. It uses @mentions or automatic agent selection to route queries to Claude (creative), GPT-4 (technical), Gemini (research), Analyst (data-driven), or a default assistant. Key nodes include Chat Trigger for message input, Agent Detection for routing, Code nodes for agent responses, and Response Merger for output formatting. It saves 8-10 hours weekly for teams (5-20 members) handling 100+ complex queries monthly. Ideal for tech support, consulting, or R&D teams, it ensures tailored, efficient responses with shared memory and error handling. Saves 8-10 hours weekly on 100+ complex queries. Suits tech, consulting, or R&D firms (10-100 employees). Requires n8n (~$20/month cloud), OpenRouter API (~$10/month). Scalable to 1,000 queries/month, limited by API token limits. Install n8n via cloud.n8n.io. Obtain OpenRouter API key from openrouter.ai (Account > API Keys). Configure Chat Trigger with webhook URL (e.g., https://your-n8n-instance/webhook/a74752f3-419a-4510-856f-3efeaceec019). Update Code nodes with OpenRouter API credentials and model-specific parameters (e.g., claude-3-sonnet, gpt-4-turbo). Test with sample input (e.g., '@claude write a story'). Handle errors: invalid API key—regenerate in OpenRouter; rate limits—adjust maxTokens in Global Settings. Activate workflow in n8n. Monitor logs for agent errors. Optimize by tweaking conversation.maxRounds or timeoutPerAgent.", "businessValue": "Saves 8-10 hours/week on 100+ AI-driven queries", "setupTime": "45-60 minutes", "difficulty": "Advanced", "requirements": [ "n8n (~$20/month cloud), OpenRouter (~$10/month)", "OpenRouter API key with model access", "Basic knowledge of AI APIs and webhook setup" ], "useCase": "Automating specialized AI conversations"

$6.99

Workflow steps: 15

Integrated apps: chatTrigger, if, set

Multi Agent AI Conversations: Route Queries to Claude, GPT & Gemini preview