setupaiagents.com
Guide · Updated April 23, 2026

OpenAI Agent Builder: How It Works

OpenAI Agent Builder — also called ChatGPT Agent Builder — is the authoring interface for creating Workspace Agents inside ChatGPT Business and Enterprise. This page covers how it works, what you can build with it, and the path from zero to your first shipped agent.

What OpenAI Agent Builder is

Inside any ChatGPT Business or Enterprise workspace, the Agents menu opens the authoring flow — Agent Builder. The flow looks more like ChatGPT itself than a traditional no-code canvas. You describe what the agent should do, upload example inputs, select which connectors the agent can read and write, and ChatGPT structures the underlying agent — prompts, steps, tool-calling logic, memory — behind the scenes.

This is deliberately different from Microsoft's Copilot Studio (low-code canvas with explicit branching) or Google's Vertex AI Agent Builder (developer-oriented SDK plus console). OpenAI's bet is that conversational authoring gets more teams to a working first agent faster, at the cost of some flexibility you'd want for complex agents.

What you can build with it

Any workflow that has a clear trigger, a sequence of steps, and a defined output is a candidate. The most productive first agents on a mid-market team tend to be:

AgentPrimary connectorsWho it's for
Lead OutreachHubSpot, Gmail, WebSales
Support TriageSlack, Linear, NotionCustomer Support
Weekly Metrics ReporterBigQuery, Sheets, SlackRevOps / Leadership
Invoice ReviewerDrive, Sheets, QuickBooksFinance
Meeting PrepCalendar, HubSpot, WebSales / CS
RFP DrafterDrive, Notion, DocsSales Engineering

For the full productized catalog with scope, pricing, and sample prompts, see the agent catalog.

The authoring flow, end to end

  1. 01

    Open Agents from Settings → Workspace

    Your admin must have enabled Workspace Agents for the org. If you don't see it, your admin hasn't turned it on yet — it's disabled by default in many Enterprise tenants.

  2. 02

    Describe the workflow

    Plain English: 'Every time a new contact enters HubSpot as a lead, research them on the web and LinkedIn, then draft a personalized email to the assigned rep's Gmail.' Upload 3–5 examples of the input and the ideal output.

  3. 03

    Approve connectors

    Agent Builder proposes which connectors the agent needs based on your description. You (or your admin) approve each one and scope the permission — e.g., HubSpot read-only, Gmail draft-only.

  4. 04

    Review the generated structure

    Agent Builder writes the system prompt, the steps, the tool-calling logic, and the success criteria. You can edit any of it. For most first agents, the generated structure is 80% correct and you refine the prompt.

  5. 05

    Test against real data

    Run the agent against 30–50 real past inputs. Read every output. Adjust the prompt for the cases that look wrong. This is where the time goes, and skipping it is the #1 cause of agents that ship and then fail.

  6. 06

    Ship to the team

    Promote the agent from draft to shared. Assign an owner. Set a weekly review cadence. Monitor for the first 4 weeks.

Where Agent Builder gets it wrong

The authoring flow is impressive, but three patterns show up repeatedly when teams build their first agent alone:

  • Over-scoping connector permissions — granting full Drive write when the agent only needs one folder. Fix: scope ruthlessly at admin level, widen only when you hit a wall.
  • Testing with 3 happy-path examples and shipping — the agent looks perfect on its demo inputs and falls apart on real volume. Fix: 30–50 real samples minimum before rollout.
  • No named owner — the agent drifts within a quarter because nobody notices the output getting stale or a connector breaking. Fix: assign one human, not a team.

Questions

Want this shipped without the learning curve?

20-min intro call. $1,000 per agent, ~1 week to production. I've shipped 40+ on OpenAI Agent Builder.

Related