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
| Node | Function | Example |
|---|---|---|
| Agent | LLM node with instructions | ”You are a customer service agent…” |
| Handoff | Handover to a specialist agent | For technical questions, route to tech agent |
| Guardrails | Safety checks | Do not disclose personal data |
| File search | Access to documents | Search the handbook |
| User approval | Human approval | Confirm before payment |
| API call | External systems | Retrieve 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
| Guardrail | Protects against |
|---|---|
| PII filter | Disclosure of personal data |
| Jailbreak detection | Manipulation of instructions |
| Content moderation | Inappropriate content |
| Rate limiting | Excessive 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
| Company | Use case | Result |
|---|---|---|
| Canva | Design support | < 1 hour to implement |
| HubSpot | Product guidance | 40% fewer support tickets |
| Stripe | Developer docs | 3x faster problem resolution |
Pricing and availability
The Agent Builder is part of several OpenAI plans:
| Plan | Agent Builder | Price |
|---|---|---|
| ChatGPT Plus | Basic features | $20/month |
| ChatGPT Team | Full features | $30/user/month |
| ChatGPT Enterprise | + Admin, SSO, audit | On request |
| API | Pay-as-you-go | Usage-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:
- OpenAI: Agent Builder Documentation (October 2025)
- TechCrunch: OpenAI launches Agent Builder (October 2025)
- Ramp: How we reduced iteration cycles by 70% (2025)
- OpenAI: ChatKit Integration Guide (2025)
Tags