O

Open AI Docs

Official
openai

Search and browse OpenAI's developer documentation directly from your editor. Access up-to-date API docs, guides, and OpenAPI specs without leaving your development environment.

2,836 viewsRemote

What it does

  • Search OpenAI platform and developer documentation
  • Browse and list available documentation pages
  • Fetch full markdown content of specific doc pages
  • List all OpenAI API endpoints
  • Get OpenAPI specifications for specific endpoints

Best for

Developers building with OpenAI APIsQuick reference while coding OpenAI integrationsStaying updated with latest OpenAI documentation
Official OpenAI-hosted serverAlways up-to-date documentationDirect access from editor

Tools (5)

search_openai_docs

Search across `platform.openai.com` + `developers.openai.com` docs. Use this whenever you are working with the OpenAI API (including the Responses API), OpenAI API SDKs, ChatGPT Apps SDK, or ChatGPT Codex. Results include URLs—**after `search`, use `fetch_openai_doc`** to read/quote the exact markdown.

list_openai_docs

List/browse pages from `platform.openai.com` + `developers.openai.com` that this server crawls (useful when you don’t know the right query yet or you’re paging through results). Search across `platform.openai.com` + `developers.openai.com` docs. Use this whenever you are working with the OpenAI API (including the Responses API), OpenAI API SDKs, ChatGPT Apps SDK, or ChatGPT Codex. Results include URLs—**after `list`, use `fetch_openai_doc`** on a result URL to get the full markdown.

fetch_openai_doc

Fetch the markdown for a specific doc page (from `developers.openai.com` or `platform.openai.com`) so you can quote/summarize exact, up-to-date guidance (schemas, examples, limits, edge cases). Prefer to **`search_openai_docs` first** (or `list_openai_docs` if you’re browsing) to find the best URL, then `fetch_openai_doc` to pull the exact text; you can pass `anchor` (e.g. `#streaming`) to fetch just that section.

list_api_endpoints

List all OpenAI API endpoint URLs available in the OpenAPI spec.

get_openapi_spec

Return the OpenAPI spec for a specific API endpoint URL. Optionally filter code samples by language, or return only code samples.

Alternatives