Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

Agents SDK | OpenAI API

Teaches how to use the OpenAI Agents SDK to build, orchestrate, and manage autonomous agentic workflows.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Agents SDK | OpenAI API

Teaches how to use the OpenAI Agents SDK to build, orchestrate, and manage autonomous agentic workflows.

When To Use

Use when you need to implement autonomous agent workflows, manage agent orchestration, or integrate the OpenAI Agents SDK into an application.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/agents-sdk-openai-api-workflow-guide.mdA guide explaining the capabilities of the Agents SDK, including planning, tool calling, and multi-step collaboration.Questions about a guide explaining the capabilities of the Agents SDK, including planning, tool calling, and multi-step collaboration.

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