Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

Agents SDK

An overview of the Agents SDK ecosystem that outlines different implementation paths for building code-first agents, defining specialists, managing orchestration, and implementing sandboxed environments.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Agents SDK

An overview of the Agents SDK ecosystem that outlines different implementation paths for building code-first agents, defining specialists, managing orchestration, and implementing sandboxed environments.

When To Use

Use when you need to decide between code-first SDK development, hosted Agent Builder workflows, or specific implementation strategies for agent orchestration, sandboxing, and human-in-the-loop validation.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/agents-sdk-workflow-guide.mdA guide explaining the core concepts, workflows, and implementation paths for building applications using the OpenAI Agents SDK.Questions about a guide explaining the core concepts, workflows, and implementation paths for building applications using the OpenAI...

What This Skill Covers

  • Agents are applications that plan, call tools, collaborate across specialists, and keep enough state to complete multi-step work.
  • Main sections: Get the Agents SDK, Choose your starting point, Build with the SDK, Use Agent Builder for the hosted workflow path.

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/agents.md