The generic “do everything” agents will certainly fail in production. Every blueprint here ships with guardrails, confidence thresholds, escalation logic, and audit logging — out of the box. Free to download; we'll email the JSON to you in exchange for a way to keep in touch about the bigger work we do.
Every purchase delivers a single .json file: the complete n8n workflow, with nodes, connections, and recommended credentials. Import directly into your n8n instance — no FlowDaptor account required, no callback to our servers.
// Excerpt from a production agent file { "name": "Inbox Triage Agent", "version": "1.4.2", "nodes": [ { "type": "n8n-nodes-base.gmailTrigger", "parameters": { "pollTimes": "everyMinute" } }, { "type": "@n8n/n8n-nodes-langchain.openAi", "parameters": { "model": "gpt-4o-mini", "systemPrompt": "Classify: action / fyi / spam / urgent" } }, { "type": "n8n-nodes-base.switch", "parameters": { "rules": [ /* routing logic */ ] } } ], "credentials_required": ["gmail", "openai", "slack"] }
Tell us which one you want and where to send it. Work email, please — we use it to stay in touch about the bigger work we do.
We email you the JSON. Import directly into your self-hosted or cloud n8n instance. The workflow loads with every node, connection, and config in place.
Plug in your own credentials, hit activate, and the agent is running. You own the workflow, the data, and the runtime end-to-end.
Subscribe once and we'll send you every blueprint in this catalogue plus everything we ship over the next 12 months. No payment, no card on file. Just a way for us to stay in touch about the bigger work we do.
The generic agent JSON market is going to be commoditised within 12 months. The real work — bespoke vertical agents and enterprise engagements — is where we focus. The blueprints are a way for you to see how we build, and for us to stay in touch.
The JSON file, a setup guide, and a credential checklist. No newsletter spam — we'll only email about new releases and the kind of work we think you'd care about, given what you downloaded.
No. There's no FlowDaptor login, no telemetry, and no callback. The agent talks to the services you configure — never back to us.
Yes. The licence explicitly allows modification. Adapt the nodes, swap models, change routing — it's your workflow once it's in your n8n instance.
Yes — that's most of what we do. See the workflow library for catalogue builds, or the enterprise page for embedded engagements.