← All changelog

Dock, inside ChatGPT.

Two ways to wire Dock into ChatGPT. A curated 5-tool app on the OpenAI Apps SDK with inline widgets (workspace picker, doc preview, Approve / Cancel card). The full 48-tool MCP server for power users. Both speak the same backend, install side-by-side, work on ChatGPT Plus, Team, and Enterprise.

New
  • Curated Dock app on the OpenAI Apps SDK at `chatgpt-app.trydock.ai/sse`. Five user-shaped tools: `save_chat_to_dock`, `create_dock_workspace`, `upsert_dock_rows`, `summarize_dock_workspace`, `show_dock_workspaces`. Each renders a custom React widget inline in the chat instead of plain text.
  • Full 48-tool Dock MCP server at `trydock.ai/api/mcp` is now installable as a custom ChatGPT app via Settings → Apps → Create app. Same OAuth, same workspace access rules, every Dock primitive available.
  • Destructive operations route through an inline Approve / Cancel card on the curated app. The agent surfaces the action, you confirm before it lands.
  • Per-user OAuth on both paths. Each ChatGPT user signs in as themselves; the agent acts as them, not a shared service account. Workspace permissions, audit attribution, and access cascades work like every other Dock agent.
Polish
  • Marketing landing at [/chatgpt-app](/chatgpt-app) with the visual install flow.
  • Install reference at [/docs/agents/native/chatgpt](/docs/agents/native/chatgpt).
  • Full launch post at [/blog/dock-in-chatgpt](/blog/dock-in-chatgpt).