openai · OpenAI Platform Docs
Agents SDK | OpenAI API
Teaches how to use the OpenAI Agents SDK to build, orchestrate, and manage autonomous agentic workflows.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/agents-sdk-openai-api-workflow-guide.md | A 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
- 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/agents
