Skip to content

AI Tools · 10 October 2025 · Updated 19 April 2026

OpenAI Agent Builder: Create Agents Without Code

The OpenAI Agent Builder lets you assemble complex agent workflows without programming skills. We show the key features and how Swiss companies benefit.

Author

ai-edu Team

AI Training Experts

Status: April 2026 (first published October 2025). The Agent Builder’s feature set and connector catalog keep expanding. Cross-check specific node types and pricing in this post against platform.openai.com.

What is the Agent Builder?

The OpenAI Agent Builder is a visual construction kit that lets you assemble complex agent workflows without programming skills. Instead of orchestrating components individually, teams can build functioning workflows with a few clicks.

“With the Agent Builder we reduced our development cycles by 70%.”

  • Ramp, fintech company

The vision behind it: every employee should be able to build AI-powered automations, not just developers.

Visual work with nodes

The Agent Builder provides a visual canvas. With drag-and-drop you place and connect different components (nodes):

The most important node types

NodeFunctionExample
AgentLLM node with instructions”You are a customer service agent…”
HandoffHandover to a specialist agentFor technical questions, route to tech agent
GuardrailsSafety checksDo not disclose personal data
File searchAccess to documentsSearch the handbook
User approvalHuman approvalConfirm before payment
API callExternal systemsRetrieve CRM data

A sample workflow

Customer request


┌─────────────┐
│   Triage    │ → Categorizes the request
│    agent    │
└──────┬──────┘

   ┌───┴───┐
   │       │
   ▼       ▼
┌─────┐ ┌──────┐
│Tech │ │Sales │ → Specialized agents
│agent│ │agent │
└──┬──┘ └──┬───┘
   │       │
   ▼       ▼
┌─────────────┐
│  Guardrail  │ → Checks for compliance
└──────┬──────┘


┌─────────────┐
│   Output    │ → Response to customer
└─────────────┘

Connector Registry: manage data sources centrally

The Connector Registry bundles all data sources in a central panel. It solves one of the biggest challenges with agents: secure access to company data.

Available connectors

Cloud storage:

  • Dropbox
  • Google Drive
  • OneDrive
  • SharePoint

Communication:

  • Microsoft Teams
  • Slack
  • Gmail/Outlook

Business systems:

  • Salesforce
  • HubSpot
  • Zendesk
  • Notion

Databases:

  • PostgreSQL
  • MySQL
  • MongoDB

Fine-grained permissions

You control precisely which data the agent:

  • May read (e.g. product catalog)
  • May write (e.g. create tickets)
  • May not see (e.g. salary data)

Guardrails for safety

Because agents can execute real actions, safety plays a central role. The Agent Builder offers several safeguards:

Built-in guardrails

GuardrailProtects against
PII filterDisclosure of personal data
Jailbreak detectionManipulation of instructions
Content moderationInappropriate content
Rate limitingExcessive API usage

Custom rules

Create your own policies:

  • “Never quote prices below a 10% discount”
  • “Always create a ticket for complaints”
  • “Route legal questions to Legal”

Human-in-the-loop

Critical actions can require human approval:

  • Payments above a threshold
  • Contract changes
  • Data deletions
  • Escalations to external partners

ChatKit: integration into your website

With ChatKit you embed a ready-made chat interface into your website. No front-end development needed.

Features

  • Responsive design (desktop and mobile)
  • Customizable branding (colors, logo)
  • Multilingual (including German, French, Italian)
  • Accessibility-compliant
  • Real-time streaming of responses

Success stories

CompanyUse caseResult
CanvaDesign support< 1 hour to implement
HubSpotProduct guidance40% fewer support tickets
StripeDeveloper docs3x faster problem resolution

Pricing and availability

The Agent Builder is part of several OpenAI plans:

PlanAgent BuilderPrice
ChatGPT PlusBasic features$20/month
ChatGPT TeamFull features$30/user/month
ChatGPT Enterprise+ Admin, SSO, auditOn request
APIPay-as-you-goUsage-based

For Swiss SMEs we recommend the Team plan as the entry point, with two configuration steps that are often overlooked:

  • Disable training use (off by default in the Team tier; check explicitly for API usage).
  • Tailor guardrails to personal data, configure the PII filter specifically for emails, application documents, and customer data instead of only adopting the default template. Which data each connector is allowed to read should be documented in your internal AI policy.

For workflows involving automated individual decisions (pre-screening applications, processing complaints) a human-in-the-loop step is mandatory, as required under Art. 21 of the Swiss Data Protection Act (DSG).

Step by step: your first agent

1. Set up the account (5 minutes)

  • Create or upgrade a ChatGPT account
  • Invite team members

2. Define the use case (30 minutes)

  • Which problem should be solved?
  • Which data sources are needed?
  • Who will use the agent?

3. Build the workflow (1-2 hours)

  • Drag nodes onto the canvas
  • Create connections
  • Write instructions

4. Test (1 hour)

  • Run through different scenarios
  • Check edge cases
  • Test guardrails

5. Deploy (15 minutes)

  • Generate the ChatKit widget
  • Embed it in the website
  • Enable monitoring

Best practices

Do’s

  • Start small: one use case, then expand
  • Clear instructions: the more precise, the better
  • Test, test, test: check thoroughly before launch
  • Gather feedback: take user feedback seriously
  • Iterate: improve continuously

Don’ts

  • Over-automate: some things need humans
  • Ignore guardrails: safety is not optional
  • Skip monitoring: watch what the agent does
  • Build once and forget: agents need maintenance

Conclusion

The OpenAI Agent Builder democratizes the creation of AI agents. It opens new paths for Swiss companies to automate routine processes and build interactive assistants, without an expensive developer team.

The key to success: start with a clearly defined problem, build step by step, and always keep control.

In our training programs we show you step by step how to deploy the Agent Builder, from the idea to productive use.


Sources:

Tags

#openai #agents #no-code #automation #enterprise