Products on Claw
Codex CLI
OpenAI's terminal coding agent — open-source (Apache-2.0), Rust-based. Installs via npm (`npm i -g @openai/codex`) or Homebrew (`brew install --cask codex`). Runs on macOS, Linux, Windows 11 native, WSL2. Sandbox-protected by default. MCP-native (client and server). 8 pages: overview · install · auth · use cases · pitfalls · MCP · models · updates feed.
OpenAI Agents SDK
Python + TypeScript framework for multi-agent apps. Provider-agnostic core (works with 100+ LLMs via LiteLLM / any-llm). Primitives: Agents, Sandbox Agents, Handoffs, Tools, Guardrails, Sessions, Tracing, Realtime. Replaces Swarm + parts of the Assistants API. 5 pages: overview · concepts · first agent · patterns · tracing.
OpenAI Apps SDK
MCP servers that render rich UI inside ChatGPT. Widget HTML served with the `text/html;profile=mcp-app` MIME type. JSON-RPC over postMessage bridge. Standardised as MCP Apps. Different from Custom GPTs (no-code) and GPT Actions (OpenAPI). 3 pages: overview · MCP plugin server · widget rendering.
ChatGPT Atlas
OpenAI's web browser — Chromium-based (Blink engine). Launched Oct 21, 2025 (macOS first; Windows / iOS / Android following). Sidebar assistant + cursor chat + tab-level memory. Agent mode is Plus / Pro / Business only. Being merged into a unified ChatGPT + Codex desktop superapp during 2026. 2 pages: overview · use cases.
Custom GPTs
No-code chat assistants built inside ChatGPT — instructions, knowledge files, Actions. Distributed via the GPT Store. Users need a ChatGPT Plus / Team / Enterprise subscription. Different from the Apps SDK (which is code-first and renders custom UI). 1 pages: overview.