TRAINYOURAGENT

Business process automation: pipelines, integrations, data plumbing and agents inside the workflow

We automate the work that currently moves between systems by hand. A single workflow runs $5,000 to $15,000, a connected set of workflows $15,000 to $50,000, and a whole business function $50,000 and up. Ongoing operation runs $3,000 to $20,000 per month depending on volume and criticality.

What you get

Published pricing

How the work actually runs

Who this is for

Who this is not for

The receipts behind those claims

Which process should you automate first?

The one that is high volume, low judgement, well understood and currently done by a person who can describe it in one sitting. That combination is rarer than it sounds, and it is worth far more than the process everyone complains about most, which is usually high judgement and badly defined. A useful test: ask the person doing the work to explain the rule they follow. If the explanation contains more than three 'unless' clauses, the process is not ready to automate. It is ready to be decided about — which is a management conversation, not an engineering one, and we will say so rather than take the budget.

Why build on self-hosted n8n rather than a hosted automation platform?

Because of what happens at complexity. Hosted platforms price per task or per execution, which is comfortable when a workflow runs a hundred times a month and painful when a connected set of workflows runs tens of thousands of steps. The bill grows with your success, and it grows fastest exactly when the automation is working. Self-hosting moves the cost to infrastructure, which is close to flat, and removes the ceiling on what a workflow is allowed to do. It also means your credentials and your customer data stay in your own environment. The trade-off is that somebody has to operate it — which is what the retainer is for, and why we say so plainly rather than pretending self-hosting is free.

Where do AI agents belong inside a workflow?

In the steps that require judgement over unstructured input: classifying an inbound message, extracting fields from a document that arrives in nine different layouts, summarising a thread for a human who has to act on it, or drafting a reply that a person approves. These are steps where deterministic rules have historically failed and people have had to do the work. They do not belong in steps that are already deterministic. Using a language model to move a value from one field to another is slower, more expensive and less reliable than the integration that already does it. The discipline is to keep the model at the edges where ambiguity lives, and to attach a confidence threshold so that uncertain items go to a person rather than through the pipeline with a guess attached.

We already have Zapier and it mostly works.

Then keep it. Zapier is genuinely good for simple two-system workflows with low volume and no complex branching. The point where it stops being the right tool is recognisable: the per-task bill has become a line item people mention, workflows have grown branches nobody can follow, and there is no real monitoring when something fails silently. If none of those are true, you do not need us yet.

$3,000 a month to run some workflows seems steep.

It buys monitoring, incident response and absorbing third-party API changes before they break your operation. The alternative is not zero — it is a pipeline that fails quietly in month seven and is discovered by a customer. If your workflows are simple and low-stakes, take the build without the retainer and we will hand you the runbook. We would rather scope the retainer honestly than sell you one you cannot justify.

How much does business process automation cost?

A single workflow runs $5,000 to $15,000 to build, a connected multi-workflow programme $15,000 to $50,000, and a full operational function $50,000 and up. Ongoing operation — monitoring, incident response and continued development — runs $3,000 to $20,000 per month depending on volume and how critical the pipelines are.

How long does it take to automate a workflow?

Two to four weeks for a single workflow, six to twelve weeks for a connected set, and three to six months to rebuild a whole operational function. That includes a parallel-running period where the automation and the manual process are compared before anything is switched off.

What is the difference between automation and integration?

Integration connects two systems so data moves between them. Automation adds the decisions, the schedule, the exception handling and the monitoring around that movement — what happens when a record is malformed, when an API is down, when a human needs to approve something, and who finds out when a run fails.

Do you use n8n, Zapier or Make?

We build on self-hosted n8n, because per-execution pricing on hosted platforms erodes the value of an automation exactly as it grows and self-hosting keeps credentials and customer data in your own environment. Zapier and Make are reasonable for simple, low-volume workflows and we will say so if that is what you have.