Claude Platform release notes — August 11, 2026
17 days agoOriginal notes
- The Compliance API now returns transcripts of Cowork and Claude Code sessions that run on your users' machines, in beta for Claude Enterprise organizations.
GET /v1/compliance/apps/sessions/locallists sessions across your organization,GET /v1/compliance/apps/sessions/local/{session_id}retrieves one session's metadata, andGET /v1/compliance/apps/sessions/local/{session_id}/messagesreturns its transcript, all with your existing Compliance Access Key and theread:compliance_user_datascope. See Sessions on users' machines. - We've added the
anthropic-workspace-idresponse header to the Claude API. It carries thewrkspc_-prefixed ID of the workspace that the request's API key or access token resolved to, including your organization's Default Workspace. See Identify the workspace behind an API response.