RocketLauncher AI

AI & Voice Agents

How to Build AI Agents with HighLevel's Agent Studio

By Marnix Geerkens. Published 2026-03-18. Updated 2026-06-02.

Agent Studio is GoHighLevel's native visual builder for AI agents. On a drag-and-drop canvas you connect trigger nodes (chat message, form submission, lead tag, or workflow step) to AI agent nodes and sequential action nodes. Agents can generate text, images, audio, and video, make API calls, and connect to MCP servers. You can start from a pre-built template or describe what you want in plain language and let the Build with AI feature generate the structure for you.

Watch it, then build it

Get the full platform free for 30 days

That walkthrough runs on GoHighLevel. Start it free through RocketLauncher and you get 30 days instead of the usual 14, the whole platform unlocked, plus our setup help and a community of thousands of builders in 47+ countries.

30 days, not 14Full platform, nothing held backFree community and setup help

We earn a referral commission if you keep GoHighLevel after the trial. It never changes your price.

Summary. This tutorial gives a detailed walkthrough of Agent Studio inside GoHighLevel, covering the visual canvas, trigger types, AI agent nodes versus sequential action nodes, the router branching tool, variable types (global, input, and runtime), and API call configuration. It also shows how to use the Build with AI prompt box to generate an agent from a natural-language description, and how to test and deploy the finished agent within a sub-account.

What you will learn

  • Navigate to Agent Studio and choose between building from scratch or using a pre-built template
  • Understand the difference between AI agent nodes (autonomous, tool-using) and sequential nodes (deterministic steps)
  • Use the router tool to create conditional branches inside an AI agent node
  • Set global, input, and runtime variables and understand when to use each
  • Configure API call nodes with headers, tokens, and JSON payloads
  • Generate an agent from a plain-language prompt using the Build with AI feature

Steps

  1. Open Agent Studio

    Go to AI Agents in your sub-account and select Agent Studio. Click Create Agent in the top right to start fresh, or browse the template library for pre-built agents such as customer support, lead qualification, or content generation.

  2. Preview and import a template (optional)

    Click Preview on any template to see the full canvas before committing. Click Choose Template to import it into your workspace for editing.

  3. Set the trigger node

    Every agent starts with a trigger. Choose from chat message, form submitted, lead tag applied, or workflow invoke. The trigger determines what fires the agent and what initial data it receives.

  4. Add an AI agent node and write a prompt

    Add an AI agent action from the nodes panel. Write a prompt that describes the specific task this node should accomplish. Select the AI model, and choose conversational mode if the agent needs to ask questions, or task-based mode if it just needs to complete an action silently.

  5. Add tools to the AI agent node

    Tools extend what an AI agent node can do. Add a router tool to create conditional branches based on the agent's output. Add an API call tool to send or receive data from external services. Each tool is configured directly inside the node.

  6. Configure variables

    Click Variables at the top of the canvas. Global variables hold fixed values like API tokens and location IDs that stay the same across every run. Input variables are values passed in when the agent is triggered. Runtime variables are values the agent creates or collects during a run.

  7. Use Build with AI to generate a starting point

    Instead of building manually, type a plain-language description of what you want the agent to do. Agent Studio will generate a canvas with nodes and connections as a starting point you can then refine.

  8. Test and deploy

    Use the built-in test chat to run the agent and review its output. Once satisfied, deploy it and connect it to the trigger source (for example, a funnel form or a workflow step) so it runs automatically in production.

Tips

  • Use task-based mode for nodes that perform actions silently. Use conversational mode only when the agent needs to ask a follow-up question.
  • Store API tokens and location IDs as global variables so you update them in one place if they change.
  • Start with a template and modify it rather than building from scratch when your use case is close to an existing one.

Want the full picture? Read more about GoHighLevel Voice AI and GoHighLevel AI agents.

Related tutorials

Use AI to reply to Facebook & Instagram Comments Automatically!
Use AI to reply to Facebook & Instagram Comments Automatically!1:48 · AI & Voice Agents
How to Use the Workflow AI Assistant
How to Use the Workflow AI Assistant11:57 · AI & Voice Agents
How To Quickly Design Websites and Funnels Using HighLevel AI
How To Quickly Design Websites and Funnels Using HighLevel AI6:12 · AI & Voice Agents
How to Implement Conversation AI in Live Chat
How to Implement Conversation AI in Live Chat4:55 · AI & Voice Agents
How to Configure HighLevel's MCP Server for AI Agents
How to Configure HighLevel's MCP Server for AI Agents6:03 · AI & Voice Agents
Did You Know You Can Use AI-Powered Forms to Create Instant Estimates for Your Prospects?
Did You Know You Can Use AI-Powered Forms to Create Instant Estimates for Your Prospects?7:15 · AI & Voice Agents

Watch it, then build it

Get the full platform free for 30 days

30 days, not 14Full platform, nothing held backFree community and setup help

Frequently asked questions

What types of content can Agent Studio agents generate?

Text, images, audio, video, and structured data via API calls are all supported.

What is the difference between an AI agent node and a sequential node?

AI agent nodes reason and use tools autonomously. Sequential nodes execute a fixed step in order.

Can Agent Studio agents connect to external APIs?

Yes. Add an API call tool or node and configure the URL, headers, authentication, and payload.

How does the router tool work inside an AI agent node?

It works like an if branch, routing the agent down different paths based on a condition you define.

Can I trigger an Agent Studio agent from a GoHighLevel workflow?

Yes. Use the workflow step called 'Invoke Agent Studio Agent' to trigger an agent from any automation.

Back to all AI & Voice Agents tutorials