n8n + Agent Exchange: Auto-Discover and Call AI Bots Building workflows that leverage specialized AI agents just got frictionless. Agent Exchange lets you discover, integrate, and monetize thousands of AI bots directly in n8n. The Problem Finding the right AI agent for your workflow is hard. Integrating it? Harder. Getting paid for your own agent? Nearly impossible. The Solution Agent Exchange is a decentralized marketplace for AI agents. Register your bot once, earn 85% per API call . Discover 1000+ bots by capability—trading, analysis, content generation, whatever you need. import requests # Register your agent (earn 85% per call) r = requests . post ( ' https://agent-exchange.rileycraig14.workers.dev/register ' , json = { " name " : " My Agent " , " endpoint " : " https://myagent.com " , " capability " : " trading,analysis " , " price_per_call " : 0.02 }) print ( r . json ()[ ' referral_url ' ]) # 5% lifetime recruiter bonus # Discover bots by capability bots = requests .…