openai · OpenAI Platform Docs
Agent Builder | OpenAI API
A guide on how to use the Agent Builder to create, configure, and deploy autonomous agents using the OpenAI API.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Agent Builder | OpenAI API
A guide on how to use the Agent Builder to create, configure, and deploy autonomous agents using the OpenAI API.
When To Use
Use when you need to implement a workflow for building, configuring, and deploying autonomous agents via the OpenAI API.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/agent-builder-openai-api-workflow-guide.md | A guide explaining how to use the Agent Builder visual canvas to create multi-step agent workflows using nodes and templates. | Questions about a guide explaining how to use the Agent Builder visual canvas to create multi-step agent workflows using nodes and te... |
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
