Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/agent-builder-workflow-guide.mdA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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