Asset 20 8 2
Does AI recommend your business? Run the free check →

Join 15,000 business owners, marketers and entrepreneurs. The Sunday newsletter you'll be annoyed only arrives once a week.

Article

Where to Build Your Own AI Agent Without Coding

The short version: you can build a working AI agent without writing a single line of code using tools like Zapier Agents, Make.com, Relevance AI, Voiceflow, Lindy, or a Custom GPT inside ChatGPT, all of which cost somewhere between free and £50 a month to start. The catch nobody puts in the headline is that “no-code” doesn’t mean “no thinking”, and the failure rate for people who build one, get excited, then abandon it within a month is high because the platform isn’t the hard part.

Related reading: Can You Build AI Agents With Claude? A Beginner’s Guide for Business O.

What people mean by “AI agent” here

Before I point you at platforms, I want to save you some money. A lot of what gets sold as an “AI agent” in 2026 is a chatbot with a memory, or an automation with an AI step bolted in the middle. A true agent does three things: it takes a goal, decides its own steps to reach that goal, and takes actions in other tools without you clicking a single button in between. If you want the full breakdown of that distinction, I wrote about what counts as an AI agent versus a glorified chatbot, and it matters here because it changes which platform you pick.

For most small businesses, you don’t need a fully autonomous agent making its own decisions with no oversight. You need something that reads incoming emails, drafts a reply, checks a spreadsheet, or posts a summary to Slack, and you’re happy to approve the risky bits. That’s a much easier thing to build without code, and it’s where I’d send almost everyone starting out.

Where you can build one, platform by platform

Custom GPTs (inside ChatGPT)

The cheapest and simplest starting point. If you already pay £20 a month for ChatGPT Plus, you have this. Go to “Explore GPTs”, click “Create”, and you can build a GPT that has a specific role, custom instructions, uploaded knowledge files, and access to a handful of actions through the API. I built one in an afternoon that drafts LinkedIn posts in my voice using twelve of my past posts as reference. It’s not a full agent because it can’t go and post to LinkedIn itself yet without extra setup, but it’s the lowest-friction way to test whether an AI agent would even help your business before you spend money elsewhere.

Zapier Agents

Zapier rolled its agent builder into the main product, and if you already use Zapier for automations, this is the natural next step. You describe what you want in plain English, connect it to your existing apps (Gmail, HubSpot, Google Sheets, Slack, whatever you already have linked), and it builds the workflow logic for you. Pricing sits inside Zapier’s existing tiers, starting around £17 to £20 a month for the Professional plan, and agent actions eat into your task allowance the same as any other automation. The strength here is the 8,000-plus app integrations. The weakness is that it inherits every quirk Zapier automations have always had, including silent failures when an app’s API changes.

Make.com

Make (formerly Integromat) is the visual, flowchart-style alternative to Zapier, and its AI agent module works the same way: you drag modules onto a canvas, connect them with lines, and one of those modules can be an LLM step that makes a decision about which branch to follow next. It starts around £8 to £9 a month for 10,000 operations, which is enough to run a small agent for weeks before you hit a limit. I find Make better than Zapier for anyone who thinks visually and wants to see the logic laid out, rather than trusting a black box to interpret their instructions correctly.

Relevance AI

Built specifically for agents rather than automations that happen to include AI. It has a free tier with limited monthly credits, and paid plans from around £19 a month. You build “workers” that can research, write, and take actions, and you can chain several workers into a “team” that hands tasks to each other. It’s more built for this exact job than Zapier or Make, but the trade-off is fewer integrations with the everyday tools small businesses already run on.

Voiceflow

If your agent needs to talk to customers, either through chat or voice, Voiceflow is the strongest no-code option. It’s used by teams building customer support agents and voice assistants, with a free plan for testing and a Pro plan around £40 a month per seat. The canvas is similar to Make’s, but everything is built around conversation flow, intents, and handling the moment a customer says something you didn’t script for.

Lindy

Lindy positions itself as a personal AI employee you build through conversation rather than a canvas. You tell it what you want in plain English and it assembles the workflow, which makes it the friendliest option for someone who has never touched an automation tool in their life. Free plan gives you a few hundred monthly credits, paid plans start around £45 to £50 a month. It’s newer than Zapier and Make, so the app library is smaller, but it’s the closest thing to “just talk to it and it builds itself” that currently works well.

Microsoft Copilot Studio

Worth mentioning specifically for businesses already inside Microsoft 365. If your team lives in Outlook, Teams, and SharePoint, Copilot Studio lets you build agents that pull from those systems without leaving the ecosystem, and it’s often already included or cheaply added to an existing Microsoft 365 Copilot licence. It’s less intuitive than Lindy or Zapier for a first-timer, but if your data already sits in SharePoint lists and Excel files, it removes a lot of the connection headaches other tools create.

A real example, including the bit that broke

I want to tell you about the time this went wrong, because every list like this pretends it just works. I built an AI agent to run my newsletter so I could stop manually pulling together the weekly send. The first version wasn’t an agent at all, it was a Zapier workflow with a single OpenAI step bolted into the middle of it, and it broke the very first week because a subscriber’s name had an apostrophe in it and the whole thing choked on the formatting.

That’s the bit nobody puts in the marketing screenshots. No-code doesn’t mean no debugging. It means the debugging happens in plain English error messages instead of Python tracebacks, which is easier, but it is not nothing. I spent about three hours over two evenings fixing edge cases like that apostrophe, a subject line that ran too long, and a Google Sheet column that got renamed and silently broke the connection. Once I’d been through that, the agent has run largely unattended for months. But “largely unattended” came after real troubleshooting, not instead of it.

Step by step: building your first one this week

Here’s the actual process I’d tell a client to follow, start to finish, with no assumed technical knowledge:

  • Day 1: pick one repetitive task that takes you 20 to 60 minutes a week and follows a clear pattern (replying to a common type of enquiry, summarising leads into a spreadsheet, drafting social captions from blog posts).
  • Day 1, same sitting: write down the exact steps you currently do by hand, in order. This becomes your agent’s instructions almost word for word.
  • Day 2: pick one platform from the list above based on which tools you already use daily. If you live in Gmail and Sheets, start with Zapier or Make. If it’s customer-facing chat, start with Voiceflow.
  • Day 2 to 3: build the simplest version possible, using your real historical data (real old emails, real past posts) rather than made-up test examples, because that’s where the edge cases hide.
  • Day 4: run it on five to ten real cases with a human checking every output before it goes live. Note every single thing that goes wrong, no matter how small.
  • Day 5 to 7: fix the two or three recurring failure patterns, then let it run with a human spot-check for another week before removing yourself from the loop entirely.

That’s roughly seven to ten days from idea to something you trust, and it matches what I’d expect from most small business owners doing this for the first time on a task they already understand well.

What no-code agent builders won’t tell you

Here’s the part the platforms have no reason to advertise. Every one of these tools charges by usage, whether that’s called tasks, operations, or credits, and a free plan that comfortably runs your test agent will not comfortably run it once it’s handling your actual customer volume. I’ve seen a client’s Zapier bill jump from £20 a month to over £90 a month within eight weeks purely because their agent started processing three times the enquiries once it was working well enough to trust with more.

The other thing worth saying plainly: building the agent is the easy 80%. The last 20%, the edge cases, the days it misreads a tone, the moment it confidently sends the wrong information to a customer, is where most people give up and quietly go back to doing the task by hand. That’s not a reason to avoid these tools. It’s a reason to budget your own time for the maintenance, not just the build. For a wider view of what these systems handle well right now versus what they still can’t be trusted with unsupervised, my piece on what AI agents can and cannot do yet goes through this in more detail than most vendors will admit to.

Which one to pick based on your actual situation

If you’ve never built anything like this, start with a Custom GPT, because the cost of being wrong is £0 beyond your existing subscription. If you already run automations in Zapier or Make, extend what you have rather than learning a new platform from scratch. If the agent needs to talk directly to customers in real time, Voiceflow is worth the learning curve. If your whole team is inside Microsoft 365, don’t fight your existing ecosystem, use Copilot Studio. And if you want a broader sense of where agents fit across a whole business rather than one single task, I’d point you to where most businesses realistically start with agents, because the answer is almost never “the fanciest possible use case first.”

Marketing tasks specifically, drafting content, researching competitors, scheduling and repurposing, tend to be the easiest place to start because the cost of a mistake is low and reversible. If that’s your entry point, my step by step guide on building your first AI agent for marketing walks through the exact setup I’d use for a founder with no technical background.

When to stop building it yourself

I’ll be blunt because I think it saves people money: if you’re three weekends into a build and it still doesn’t reliably do the one thing you needed it to do, that’s not a sign you’re bad at this, it’s a sign the task has more branching logic than a no-code canvas handles gracefully, or that the integration you need doesn’t exist cleanly yet. At that point, paying someone for a few hours to look at what you’ve built usually costs far less than the weeks you’ll otherwise spend fighting it. If you get to that point, it’s worth talking to an AI implementation coach who can look at your existing setup and tell you honestly whether the fix is thirty minutes of adjustment or a different platform entirely. That conversation alone often saves more than it costs.

Frequently asked questions

Do I need any coding knowledge at all to build an AI agent?

No. Platforms like Zapier, Make, Lindy, and Custom GPTs are built entirely around plain English instructions and drag-and-drop connections, and none of them require you to write or read code. You will occasionally need to understand basic logic, such as “if this, then that”, but that’s closer to following a recipe than programming.

How much does it cost to build an AI agent without coding?

You can start for free with a Custom GPT if you already have ChatGPT Plus at £20 a month, or with the free tiers of Make.com, Relevance AI, or Lindy. Once you scale to real business volume, expect somewhere between £20 and £90 a month depending on how many actions the agent runs, since most platforms charge by usage rather than a flat fee.

What’s the easiest no-code platform for a complete beginner?

A Custom GPT inside ChatGPT is the gentlest starting point because there’s no separate account, no billing surprise, and no canvas to learn. For anything that needs to take real actions in other apps, Lindy is the friendliest because you build it by describing what you want in a conversation rather than dragging modules around a screen.

Can a no-code AI agent replace a task I currently do by hand?

Yes, for tasks that follow a repeatable pattern, such as drafting replies, summarising data, or moving information between apps. It struggles with tasks that require judgment calls specific to a situation it hasn’t seen before, which is why every agent needs a human checking its output for the first one to two weeks before you fully step away.

Sources worth reading

Published and maintained by the Lilach Bullock team, covering marketing, AI and business growth.
Your buyers are asking AI who to use. Does it say you?

See for free whether ChatGPT, Claude, Perplexity, Gemini and Google name you, and get the plan to become the answer.

Check my AI visibility →
Sundays only

Get the Sunday newsletter.

One email a week. AI experiments, marketing tactics, and the workflows Lilach is building right now in her own business.

Subscribe free

Let’s get your marketing running on AI.

Book a free 30-minute call

We figure out what you need, where AI fits in, and what working together would look like.

Book the call →

Or take the 30-second calculator

You’ll see the hours and the money quietly leaking out of your week, and the three workflows worth building first.

Take the calculator →

Or grab the free AI resource library

Prompt packs, templates, checklists, and swipe files. The exact tools I build for paying clients. Yours, free.

Get the library →
Keep reading

More from the blog.