2026-07-10
Quality-of-life improvements for working with the Platform Access API.
- Platform Access. The account Security → API access section is now Platform Access. Its cheat sheet is split into REST API and MCP tabs, each linking to full docs.
- Copy ID everywhere. Every record you address over the API — apps, agents, streams, data sheets (database + sheet), playgrounds, forms, workflows, visualizers and teams — now exposes a Copy ID control on its list and detail views. Grab a
team_idfor theX-Team-Idheader, or a record id for aPATCH …/:idcall. - Host an MCP. The hosted-MCP Connection tab shows per-client config cards — Claude Desktop/Cursor/Windsurf, Claude Code CLI, VS Code, Gemini CLI, a ChatGPT/Claude.ai web-connector, and the MCP Inspector; the bearer token displays as
{token}and reveals with the eye toggle, while Copy always includes the real token. Duplicating an MCP server now asks for confirmation. - Custom MCP headers. The platform-tool connection Headers (JSON) field is now a key-value / raw-JSON editor with live validation.