Claw field notebook
OpenAI / APPS

Apps SDK

The Apps SDK lets you build apps inside ChatGPT — full-stack experiences (auth, custom UI, network access) that users interact with through a conversation. Under the hood: every app is an MCP server with extra metadata telling ChatGPT how to render rich UI. The widget surface uses a content type called text/html+skybridge — ChatGPT renders the HTML in a sandboxed iframe alongside the conversation. The Apps SDK is the modern replacement for the older ChatGPT Plugins system (deprecated 2024) and a different surface from Custom GPTs. Sourced from developers.openai.com/apps-sdk.

3 sourced