openai · OpenAI Platform Docs
Agent Builder
A guide to designing, composing, testing, and deploying multi-step agent workflows using a visual canvas, node-based logic, and the Agents SDK.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Agent Builder
A guide to designing, composing, testing, and deploying multi-step agent workflows using a visual canvas, node-based logic, and the Agents SDK.
When To Use
Use when you need to design a multi-step agentic workflow using visual nodes, test execution with live data, and deploy the resulting logic via ChatKit or the Agents SDK.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/agent-builder-workflow-guide.md | A guide explaining how to use the visual canvas to build multi-step agent workflows using nodes, templates, and live data previews. | Questions about a guide explaining how to use the visual canvas to build multi-step agent workflows using nodes, templates, and live... |
What This Skill Covers
- Agent Builder is a visual canvas for building multi-step agent workflows.
- Main sections:
Agents and workflows,Compose with nodes,Examples and templates,Available nodes,Preview and debug.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.openai.com/api/docs/guides/agent-builder.md
