Claude Developer Platform Updates & Release Notes

Follow

150 updates curated from 2 sources by the Releasebot Team. Last updated: Aug 11, 2026

Get this feed:
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    • Modified by Releasebot:
      Aug 13, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    August 11, 2026

    Claude Developer Platform adds beta Compliance API support for transcripts from Cowork and Claude Code sessions on users’ machines for Claude Enterprise organizations, and adds the anthropic-workspace-id response header to identify the resolved workspace behind API responses.

    • 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/local lists sessions across your organization, GET /v1/compliance/apps/sessions/local/{session_id} retrieves one session's metadata, and GET /v1/compliance/apps/sessions/local/{session_id}/messages returns its transcript, all with your existing Compliance Access Key and the read:compliance_user_data scope. See Sessions on users' machines.

    • We've added the anthropic-workspace-id response header to the Claude API. It carries the wrkspc_-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.

    Original source
  • Aug 10, 2026
    • Date parsed from source:
      Aug 10, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    • Modified by Releasebot:
      Aug 13, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    August 10, 2026

    Claude Developer Platform keeps Claude Sonnet 5 at introductory pricing as the new standard.

    • The introductory pricing for Claude Sonnet 5 ($2 / $10 per MTok) is now the standard price: the previously scheduled increase to $3 / $15 per MTok on September 1, 2026 will not occur. See Pricing.
    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Anthropic and hundreds of other software products.

    Create account
  • Aug 7, 2026
    • Date parsed from source:
      Aug 7, 2026
    • First seen by Releasebot:
      Aug 7, 2026
    • Modified by Releasebot:
      Aug 13, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    August 7, 2026

    Claude Developer Platform adds managed agent controls for session budgets, advisor models, inference geo pinning, and GitHub-hosted skills, giving teams more governance, flexibility, and data residency options for Claude Managed Agents.

    • You can now set a budget on a Claude Managed Agents session: a hard cap on the session's spend, priced at public list rates. A session that reaches its budget pauses with the budget_reached stop reason instead of starting new model requests; changing or removing the budget resumes it. Deployments accept the same budget and apply it to each session they start. See Session budgets.

    • You can now give a Claude Managed Agents session an advisor: a model at least as capable as the agent's own that the session's primary thread can consult mid-turn for strategic guidance. Configure it as a {"type": "advisor"} entry in the agent's multiagent roster, naming the model to consult. See Give the session an advisor.

    • You can now control where model inference runs for a Claude Managed Agents agent. Set inference_geo inside the model object when you create the agent, or override it for a single session. See Data residency for the available geos and pricing.

    • Claude Managed Agents sessions can now load skills from a GitHub repository. When a session mounts a repository, any skills in its root .claude/skills directory are discovered automatically at session start and available to the agent for that session.

    Original source
  • Aug 5, 2026
    • Date parsed from source:
      Aug 5, 2026
    • First seen by Releasebot:
      Aug 5, 2026
    • Modified by Releasebot:
      Aug 5, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    August 5, 2026

    Claude Developer Platform adds Inference hooks in beta for Claude Enterprise, letting organizations route governed prompts through an AI security server for allow or deny checks before inference. It also retires Claude Opus 4.1 and directs users to upgrade to Claude Opus 5.

    • Inference hooks are now in beta for Claude Enterprise organizations. Point Claude at your organization's AI security server, and each governed prompt across claude.ai, Cowork, and Claude Code is held for the server's allow or deny verdict before inference proceeds. Requests are signed, failure handling is configurable, and every denial is recorded in the compliance Activity Feed. See Inference hooks.

    • We've retired the Claude Opus 4.1 model (claude-opus-4-1-20250805). All requests to this model will now return an error. We recommend upgrading to Claude Opus 5. Researchers can request ongoing access through the External Researcher Access Program.

    Original source
  • Aug 3, 2026
    • Date parsed from source:
      Aug 3, 2026
    • First seen by Releasebot:
      Aug 13, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    August 3, 2026

    Claude Developer Platform adds Compliance API transcript access for Cowork sessions in beta for Claude Enterprise organizations.

    • The Compliance API now returns transcripts of Cowork sessions started on claude.ai web or mobile, in beta for Claude Enterprise organizations. GET /v1/compliance/apps/sessions/remote lists sessions and GET /v1/compliance/apps/sessions/remote/{session_id}/messages returns one session's transcript, using your existing Compliance Access Key with the read:compliance_user_data scope. See Sessions in the cloud.
    Original source
  • Similar to Claude Developer Platform with recent updates:

  • Aug 1, 2026
    • Date parsed from source:
      Aug 1, 2026
    • First seen by Releasebot:
      Aug 4, 2026
    • Modified by Releasebot:
      Aug 13, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    August 1, 2026

    Claude Developer Platform adds Claude Opus 5 support for Dreams in research preview.

    • Dreams (research preview) now supports Claude Opus 5. See Supported models.
    Original source
  • Jul 24, 2026
    • Date parsed from source:
      Jul 24, 2026
    • First seen by Releasebot:
      Jul 24, 2026
    • Modified by Releasebot:
      Jul 25, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 24, 2026

    Claude Developer Platform launches Claude Opus 5 with a 1M token context window, 128k max output tokens, thinking on by default, and the same pricing as Opus 4.8. It also adds mid-conversation tool changes beta and default server-side fallbacks, while removing fast mode for Opus 4.7.

    Release notes

    • We've launched Claude Opus 5 (claude-opus-5), a step-change improvement over Claude Opus 4.8. Claude Opus 5 supports a 1M token context window (both the default and the maximum), 128k max output tokens, and thinking on by default, at $5 / $25 per MTok, the same pricing as Claude Opus 4.8. It's available on the Claude API, Claude in Amazon Bedrock, Claude on Google Cloud, and Claude in Microsoft Foundry. See What's new in Claude Opus 5 for new features, behavior changes, and migration guidance, and the models overview for complete specs.

    • On Claude Opus 5, disabling thinking is allowed only at effort high or below: thinking: {"type": "disabled"} with effort xhigh or max returns a 400 error, a breaking change from Claude Opus 4.8. See What's new in Claude Opus 5.

    • Effort is the primary control for steering Claude Opus 5: the model supports the full ladder (low, medium, high, xhigh, max), with max for capability-critical work.

    • Mid-conversation tool changes are now in beta on Claude Fable 5, Claude Mythos 5, Claude Opus 4.8, and Claude Opus 5: add or remove tools between turns of a conversation while preserving the prompt cache. Include the mid-conversation-tool-changes-2026-07-01 beta header in your requests.

    • The fallbacks parameter now supports a "default" mode, which applies Anthropic's recommended fallback models by refusal category. Server-side fallback is in beta, and the "default" mode requires the server-side-fallback-2026-07-01 beta header. See Refusals and fallback.

    • We've removed fast mode for Claude Opus 4.7. Requests to claude-opus-4-7 with speed: "fast" now return an error; unlike Claude Opus 4.6, they do not fall back to standard speed. Claude Opus 4.7 itself remains available at standard speed. To continue using fast mode, migrate to Claude Opus 5 or Claude Opus 4.8. Read more in Fast mode.

    Original source
  • Jul 22, 2026
    • Date parsed from source:
      Jul 22, 2026
    • First seen by Releasebot:
      Jul 22, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 22, 2026

    Claude Developer Platform adds new Claude Managed Agents capabilities, including model effort settings, expanded webhook coverage for environment and memory store events, session seeding with initial events, optional version checks on updates, and event deltas for thread streams.

    • You can now set an effort level on a Claude Managed Agents agent's model configuration. Pass effort inside the model object when you create the agent. See Effort levels for what each level does.

    • Webhooks for Claude Managed Agents now cover the environment and memory store lifecycle: four environment.* event types and three memory_store.* event types. You can react to environment and memory store lifecycle changes without polling. See the Environment events and Memory store events tabs in Subscribe to webhooks.

    • When creating a Claude Managed Agents session, you can now seed it with initial events. Pass initial_events on POST /v1/sessions with up to 50 user.message and user.define_outcome events. A non-empty list starts the agent loop in the same call, so you don't need a separate send-events request to start work.

    • The version field is now optional when updating a Claude Managed Agents agent. Supply it for optimistic concurrency (a mismatch returns a 409 error), or omit it to apply the update unconditionally. See Update semantics.

    • Claude Managed Agents session thread event streams now support event deltas. GET /v1/sessions/{session_id}/threads/{thread_id}/stream accepts the same event_deltas[] query parameter as the session-level stream, so you can preview a subagent's text as the model generates it. A connection previews only the thread it's reading. See Preview session thread events.

    Original source
  • Jul 17, 2026
    • Date parsed from source:
      Jul 17, 2026
    • First seen by Releasebot:
      Jul 20, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 17, 2026

    Claude Developer Platform is retiring the legacy Workbench and experimental prompt tools APIs, with access ending on August 17, 2026. Users can export saved data before the updated Workbench replaces unsupported legacy prompts, variables, and evals.

    • The legacy Workbench (platform.claude.com/workbench) in the Claude Console is being sunset with access ending on August 17, 2026. Saved prompts, variables, and evals are not supported in the updated Workbench. You can export any data you want to keep from the banner and under your Organizational Settings. For more, see How do I use the Workbench? in the Claude Help Center.

    • The experimental prompt tools APIs for generating, improving, and templatizing prompts (/v1/experimental/generate_prompt, /v1/experimental/improve_prompt, and /v1/experimental/templatize_prompt) are being retired along with the Workbench on August 17, 2026. After removal, requests to these endpoints will return an error.

    Original source
  • Jul 15, 2026
    • Date parsed from source:
      Jul 15, 2026
    • First seen by Releasebot:
      Jul 16, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 15, 2026

    Claude Developer Platform adds mid-conversation system messages on Claude API, Bedrock, and Google Cloud without beta header.

    • Mid-conversation system messages are available on Claude Fable 5, Claude Mythos 5, and Claude Opus 4.8, on the Claude API, Claude in Amazon Bedrock, and Google Cloud. No beta header is required. This corrects earlier availability notes.
    Original source
  • Jul 14, 2026
    • Date parsed from source:
      Jul 14, 2026
    • First seen by Releasebot:
      Jul 15, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 14, 2026

    Claude Developer Platform adds Admin API beta for Claude Enterprise orgs, letting admins list and look up members, change roles, remove members, manage invites and groups, and read custom roles, with audit-scoped keys able to call user-management GET endpoints.

    • You can now manage the people in your Claude Enterprise (claude.ai) organization with the Admin API, in beta for all Claude Enterprise organizations: list members and look them up by email address, change a member's role, remove members, send and withdraw invites, manage groups and their membership, and read custom roles. Group and custom-role requests require the anthropic-beta: ce-user-management-2026-07-13 beta header; member and invite requests take no beta header. An Admin API key with the read:org_audit scope can also call every user-management GET endpoint. See User management.
    Original source
  • Jul 10, 2026
    • Date parsed from source:
      Jul 10, 2026
    • First seen by Releasebot:
      Jul 10, 2026
    • Modified by Releasebot:
      Jul 13, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 10, 2026

    Claude Developer Platform adds research preview support for Claude Fable 5 and Claude Sonnet 5 in Dreams, and expands Access Transparency docs with filter examples, event payload details, and new CMEK preservation reason codes.

    • Dreams (research preview) now supports Claude Fable 5 and Claude Sonnet 5. See Supported models.

    • We've expanded the Access Transparency documentation of cmek_preserve events with a filter example, an example event payload, and two preservation reason codes (policy_violation_investigation, csae_report). The documentation now also clarifies that a preservation event is written whether the preservation was initiated by a human reviewer or an automated safety pipeline. See CMEK content preservation.

    Original source
  • Jul 8, 2026
    • Date parsed from source:
      Jul 8, 2026
    • First seen by Releasebot:
      Jul 10, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 8, 2026

    Claude Developer Platform adds API key expiration settings in the Claude Console with email reminders and admin reporting.

    • You can now set an expiration when you create an API key or an Admin API key in the Claude Console. Choose a preset, a custom duration, or Never. For keys with a lifetime of at least 7 days, Anthropic emails the creator before expiration. Existing keys are unaffected. The Admin API reports each key's expiration in the expires_at field. See Authentication.
    Original source
  • Jul 2, 2026
    • Date parsed from source:
      Jul 2, 2026
    • First seen by Releasebot:
      Jul 10, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 2, 2026

    Claude Developer Platform adds the agent-memory-2026-07-22 beta header, making memory listing return a stable server-defined order and tightening depth, path_prefix, and cursor behavior. It also updates SDKs to send the new memory store header by default.

    • We've added the agent-memory-2026-07-22 beta header, which changes how listing memories (GET /v1/memory_stores/{memory_store_id}/memories) behaves: results are returned in a stable, server-defined order and the order_by and order parameters are ignored; depth accepts only 0, 1, or being omitted (other values return a 400 error); and path_prefix must end with / and matches whole path segments instead of a substring. Page cursors issued without the header aren't valid with it, so restart from the first page when you adopt it. On memory store endpoints, agent-memory-2026-07-22 replaces managed-agents-2026-04-01; sending both returns a 400 error. On July 22, 2026, the managed-agents-2026-04-01 header adopts the same list behavior. See Beta headers.

    • The Python (0.116.0), TypeScript (0.110.0), Go (1.56.0), Java (2.48.0), Ruby (1.55.0), PHP (0.36.0), C# (12.35.0), and CLI (1.16.0) SDKs now send agent-memory-2026-07-22 on all memory store calls instead of managed-agents-2026-04-01. If your code passes betas explicitly on memory store calls, replace managed-agents-2026-04-01 with agent-memory-2026-07-22 there rather than adding a second value.

    Original source
  • Jul 1, 2026
    • Date parsed from source:
      Jul 1, 2026
    • First seen by Releasebot:
      Jul 2, 2026
    Anthropic logo

    Claude Developer Platform by Anthropic

    July 1, 2026

    Claude Developer Platform restores access to Claude Fable 5 and Claude Mythos 5.

    • We've restored access to Claude Fable 5 and Claude Mythos 5. See our statement for more information.
    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.