
OpenAI Agents SDK
OpenAI Agents SDK provides application-level building blocks for agent workflows in Python and TypeScript.

About
OpenAI Agents SDK provides application-level building blocks for agent workflows in Python and TypeScript.
Key Features
- Define agents and run tool-enabled workflows in application code.
- Organize specialist handoffs, guardrails and workflow observability.
Use Cases
Build application-owned agents with tools, workflow control and model integration.
Setup or Requirements
Install the Python SDK with pip install openai-agents, or the TypeScript SDK with npm install @openai/agents zod. Configure OPENAI_API_KEY for the OpenAI provider, define one agent and run it with the SDK.
Compatibility
Python and TypeScript SDKs run in application code and support tool use, handoffs and tracing.
Limitations
This entry covers the SDK used in your application. It is distinct from a ready-to-use agent product or an individual MCP server.
Sources
- Project documentation: https://developers.openai.com/api/docs/guides/agents/sdk
- Installation reference: https://developers.openai.com/api/docs/guides/agents/quickstart
Tags
Alternatives
Comparable tools and resources explicitly connected to OpenAI Agents SDK.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








