Openai Responses

Reference for OpenAI's Responses API (/v1/responses), the unified stateful API for agentic applications. Covers reasoning state preserved across turns, conversation IDs and automatic state management, polymorphic outputs, built-in tools (Code Interpreter, File Search, Web Search, Image Generation), MCP server integration, background mode, and migration from Chat Completions. Includes both the Node.js openai SDK and direct fetch usage in Cloudflare Workers. Use when building agents that keep reasoning across turns, conversational AI with memory, tool- based or RAG applications, data analysis agents, or when calling openai.responses.create with gpt-5 models, connecting MCP servers, or porting existing Chat Completions code to the Responses API.

jackspace Updated

File contents

jackspace/ClaudeSkillz/tree/main/skills/openai-responses commit 268d5b0556

Frequently asked questions

npx skillmds@latest add jackspace/openai-responses