Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

50 pages for update.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.

Update API Key Claude Developer Platform · title api/admin/api_keys/update Update External Key Claude Developer Platform · title api/admin/external_keys/update Update Federation Issuer Claude Developer Platform · title api/admin/federation_issuers/update Update Federation Rule Claude Developer Platform · title api/admin/federation_rules/update Update RBAC Group Claude Developer Platform · title api/admin/rbac_groups/update Update Service Account Claude Developer Platform · title api/admin/service_accounts/update Update User Claude Developer Platform · title api/admin/users/update Update Workspace Member Claude Developer Platform · title api/admin/workspaces/members/update Update Service Account Workspace Member Claude Developer Platform · title api/admin/workspaces/service_accounts/update Update Workspace Claude Developer Platform · title api/admin/workspaces/update Update Agent Claude Developer Platform · title api/beta/agents/update Update Deployment Claude Developer Platform · title api/beta/deployments/update Update Environment Claude Developer Platform · title api/beta/environments/update Update Work Item Claude Developer Platform · title api/beta/environments/work/update Update a memory Claude Developer Platform · title api/beta/memory_stores/memories/update Update a memory store Claude Developer Platform · title api/beta/memory_stores/update Update API Key Claude Developer Platform · title api/beta/organization/api_keys/update Update External Key Claude Developer Platform · title api/beta/organization/external_keys/update Update Federation Issuer Claude Developer Platform · title api/beta/organization/federation/issuers/update Update Federation Rule Claude Developer Platform · title api/beta/organization/federation/rules/update Update Service Account Claude Developer Platform · title api/beta/organization/service_accounts/update Update User Claude Developer Platform · title api/beta/organization/users/update Update Workspace Member Claude Developer Platform · title api/beta/organization/workspaces/members/update Update Service Account Workspace Member Claude Developer Platform · title api/beta/organization/workspaces/service_accounts/update Update Workspace Claude Developer Platform · title api/beta/organization/workspaces/update Update Session Resource Claude Developer Platform · title api/beta/sessions/resources/update Update Session Claude Developer Platform · title api/beta/sessions/update Update User Profile Claude Developer Platform · title api/beta/user_profiles/update Update Credential Claude Developer Platform · title api/beta/vaults/credentials/update Update Vault Claude Developer Platform · title api/beta/vaults/update Set up a skills repository Claude can update Claude Documentation · title claude-tag/admins/skills-repo model-deprecations Claude Developer Platform · in the page about-claude/model-deprecations …er ones. Applications relying on Anthropic models may need occasional updates to keep working. Impacted customers will always be notified by email and in the documentation. This page lists all API de… Or, for the model with the same capabilities and no access approval requirement: Claude Developer Platform · in the page about-claude/models/migration-guide …//platform.claude.com/docs/en/about-claude/model-deprecations). #### Update your model name ```python model = "claude-mythos-preview" # Before model = "claude-mythos-5" # After # Or, for the mode… model-ids-and-versions Claude Developer Platform · in the page about-claude/models/model-ids-and-versions …elease. It maps to a single, fixed model snapshot. Anthropic does not update the weights or configuration of an existing model ID. When an updated version is available, it ships under a new model ID.… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …## Contents - Authentication and setup - Core methods (create, read, update, delete) - Advanced features (batch operations, webhooks) - Error handling patterns - Code examples ## Authentication and… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …uation results signal when to act: * **Declining trigger accuracy:** Update the Skill's description or instructions * **Coexistence conflicts:** Consolidate overlapping Skills or narrow descriptions… Edit docker-compose.yaml: increment the integer in the setup service's Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-compose …91961182ec3fe9c505e1dd02c8ac31b0 command: tunnel --no-autoupdate run --url http://localhost:8080 environment: - TUNNEL_TOKEN # Share the proxy's netns… deploy-helm Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-helm …e-run), but the explicit move keeps your `values.yaml` accurate. Also update your federation rule's scope from `org:manage_tunnels` to `workspace:manage_tunnels` in the Console. ### Change configurat… quickstart Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/quickstart …91961182ec3fe9c505e1dd02c8ac31b0 command: tunnel --no-autoupdate run --url http://localhost:8080 environment: - TUNNEL_TOKEN network_mode: "service:mc… reference Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/reference …docs/en/api/admin/mcp_tunnels) with a deprecation notice. To migrate, update the path to `/v1/tunnels`, the beta header to `mcp-tunnels-2026-06-22`, and your WIF token scope to `workspace:manage_tunne… security Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/security …schedule, and immediately if you suspect compromise. * **Keep images updated.** Track new proxy releases and pin images by SHA-256 digest. * **Limit network reach.** The proxy and [cloudflared](https… advisor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/advisor-tool …put then resumes streaming. A `message_delta` event follows with the updated `usage.iterations` array reflecting the advisor's token counts. ## Usage and billing Advisor calls run as a separate sub… browser-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/browser-use-tool …d: block.id, toolset_name: "browser" } if failed result.update(content: NOT_EXECUTED, is_error: true) else begin # A String, or content blocks for a screenshot. A… code-execution-tool Claude Developer Platform · in the page agents-and-tools/tool-use/code-execution-tool …"type": "text_editor_code_execution_create_result", "is_file_update": false } } ``` **Edit file (str\_replace):** ```json Output { "type": "server_tool_use", "id": "srvtoolu_01E6F7G8H… computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …id, toolset_name: "computer" } if failed result.update(content: NOT_EXECUTED, is_error: true) else begin # A String, or the image content bloc… memory-tool Claude Developer Platform · in the page agents-and-tools/tool-use/memory-tool …onversations in a directory of memory files. Claude can create, read, update, and delete files that persist between sessions, building up knowledge over time without keeping everything in the context… text-editor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/text-editor-tool …------- | | July 28, 2025 | `text_editor_20250728` | Release of an updated text editor tool that fixes some issues and adds an optional `max_characters` parameter. It is otherwise identical to `tex… Log at info level Claude Developer Platform · in the page agents-and-tools/tool-use/tool-runner …sages` to inject follow-up messages between turns, and `runner.params.update(...)` to change request parameters in place. You take over message history when, from inside an `each_message` or `eac… web-search-tool Claude Developer Platform · in the page agents-and-tools/tool-use/web-search-tool …cts an unsupported `country` code with a 400 error when you create or update the agent, or when you create or update a session that supplies the setting. See [Restrict web search and web fetch domains… Admin Claude Developer Platform · in the page api/admin …d": "first_id", "has_more": true, "last_id": "last_id" } ``` ### Update User **POST** `/v1/organizations/users/{user_id}` Update a member's organization role. #### Path parameters - `user_id:…