Search the documentation
50 pages for replace.
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.
Replace NODE_UID with the node's UID:
Claude Developer Platform · title
manage-claude/wif-providers/spiffe
model-deprecations
Claude Developer Platform · in the page
about-claude/model-deprecations
…ve, deprecated, or retired, and find retirement dates and recommended replacements for models and API parameters. --- As safer and more capable models launch, Anthropic regularly retires older ones.…
Or, for the model with the same capabilities and no access approval requirement:
Claude Developer Platform · in the page
about-claude/models/migration-guide
…the model ID swap and, as needed, breaking parameter changes, prefill replacement, and effort calibration for your target model across your code base, then produces a checklist of items to verify manu…
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…. The prune is a few lines you write yourself: at each task boundary, replace large stale tool results with a one-line extract. It caches well because the edits sit at the tail of the conversation, wh…
pricing
Claude Developer Platform · in the page
about-claude/pricing
…`terminated` does not count toward runtime. <Note> Session runtime replaces the [code execution](https://platform.claude.com/docs/en/about-claude/pricing#code-execution-tool) container-hour billing…
customer-support-chat
Claude Developer Platform · in the page
about-claude/use-case-guides/customer-support-chat
…s include: - Rental car reimbursement - Roadside assistance - New car replacement </static_context> """ STATIC_ELECTRIC_CAR_INSURANCE = """ <static_context> Electric Car Insurance: Our specialized el…
Create the full URL from the GitHub repository
Claude Developer Platform · in the page
about-claude/use-case-guides/legal-summarization
…abilities/summarization/data/Sample Sublease Agreement.pdf" url = url.replace(" ", "%20") # Download the PDF file into memory response = requests.get(url) # Load the PDF from memory pdf_file = Bytes…
claude-api-skill
Claude Developer Platform · in the page
agents-and-tools/agent-skills/claude-api-skill
…ed", budget_tokens: N}` to `thinking: {type: "adaptive"}` * **Prefill replacement**, converting assistant-message prefill patterns to [structured outputs](https://platform.claude.com/docs/en/build-wit…
enterprise
Claude Developer Platform · in the page
agents-and-tools/agent-skills/enterprise
…ailable to your organization, turn it on. It complements, but doesn't replace, the [review checklist](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/enterprise#review-checklist). S…
quickstart
Claude Developer Platform · in the page
agents-and-tools/agent-skills/quickstart
…Files.copy(fileContent.body(), outputPath, StandardCopyOption.REPLACE_EXISTING); } IO.println("Presentation saved to " + outputPath); } ``` ```php PHP // Extract the file…
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
…d-tools/mcp-tunnels/deploy-compose#optional-use-a-sample-mcp-server); replace it with (or add) your own routes. See the [proxy configuration](https://platform.claude.com/docs/en/agents-and-tools/mcp-t…
deploy-helm
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-helm
…config: # Required when setup.enabled is false. Replace the placeholder with # the $TUNNEL_DOMAIN value you exported earlier. When setup.enabled # is true…
troubleshooting
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/troubleshooting
…west covering CIDR to `upstream.allowed_ips`. Setting `allowed_ips` **replaces** the RFC1918 default rather than extending it, so include the private ranges your other upstream MCP servers use: ```ya…
advisor-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/advisor-tool
…TURNS = 10 # agent loop cap def run_your_tools(content): # Replace with your tool dispatch. Returns one tool_result block per tool_use block. return [ { "type"…
bash-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/bash-tool
…for (const token of tokens.slice(1)) { const bare = token.replace(/^["']+/, ""); // a quoted token can still smuggle an expansion if (SHELL_OPERATORS.has(token) || bare.startsWit…
build-a-tool-using-agent
Claude Developer Platform · in the page
agents-and-tools/tool-use/build-a-tool-using-agent
…t. By the end you will have written the agentic loop by hand and then replaced it with the Tool Runner SDK abstraction. The example tool is `create_calendar_event`. Its schema uses nested objects, ar…
code-execution-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/code-execution-tool
…ath.of(fileMetadata.filename()), StandardCopyOption.REPLACE_EXISTING); } IO.println("Downloaded: " + fileMetadata.filename()); } } List<String> extract…
computer-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/computer-use-tool
…{ "type": "text_editor_20250728", "name": "str_replace_based_edit_tool" }, { "type": "bash_20250124", "name": "bash" } ],…
fine-grained-tool-streaming
Claude Developer Platform · in the page
agents-and-tools/tool-use/fine-grained-tool-streaming
…streaming on for tools that leave the field unset. The per-tool field replaces that header, and an explicit `false` keeps buffered streaming for a tool even when a request still sends it. The legacy h…
memory-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/memory-tool
…generic `BetaRunnableTool`. All three use an in-memory store that you replace with your own storage. <CodeGroup exclude="shell"> ```python Python import anthropic from anthropic.tools import Be…
Process results programmatically
Claude Developer Platform · in the page
agents-and-tools/tool-use/programmatic-tool-calling
…be any deeper nesting in the `description` of the innermost level, or replace the recursive property with a plain `{"type": "object"}` whose `description` explains the expected shape. ### Tool restri…
text-editor-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/text-editor-tool
…editor tool to view, create, and edit files, and handle its view, str_replace, create, and insert commands. --- <Note> For how zero data retention (ZDR) applies to this feature, see [API and data r…
tool-combinations
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-combinations
…son { "tools": [ { "type": "text_editor_20250728", "name": "str_replace_based_edit_tool" }, { "type": "bash_20250124", "name": "bash" } ] } ``` Pair this with a constrained working direct…
Log at info level
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-runner
…s and docstrings. <Note> If you're using the async client, replace `@beta_tool` with `@beta_async_tool` and define the function with `async def`. </Note> ```python import json…
Admin
Claude Developer Platform · in the page
api/admin
…nce: once a key is attached to a Workspace it cannot be detached or replaced. To rotate key material, rotate the underlying key on your cloud KMS; the `external_key_id` stays the same. - `tags: o…
Federation Issuers
Claude Developer Platform · in the page
api/admin/federation_issuers
…on_issuer_id}` Partially update a federation issuer. Setting `jwks` replaces the full JWKS shape at once. Archived issuers cannot be updated; this returns 400. Create a new issuer instead. Updating…
Update Federation Issuer
Claude Developer Platform · in the page
api/admin/federation_issuers/update
…on_issuer_id}` Partially update a federation issuer. Setting `jwks` replaces the full JWKS shape at once. Archived issuers cannot be updated; this returns 400. Create a new issuer instead. Updating…
Federation Rules
Claude Developer Platform · in the page
api/admin/federation_rules
…federation rule. `issuer_id` is immutable. `match` and `target` are replaced as whole objects when set. Referenced service accounts and workspaces must exist in your organization; invalid references…
Update Federation Rule
Claude Developer Platform · in the page
api/admin/federation_rules/update
…federation rule. `issuer_id` is immutable. `match` and `target` are replaced as whole objects when set. Referenced service accounts and workspaces must exist in your organization; invalid references…
Service Accounts
Claude Developer Platform · in the page
api/admin/service_accounts
…ta. ### Body parameters - `description: optional string or null` Replaces the description. Omit to leave unchanged; send `null` to clear (the field is stored as an empty string). maxLength: 20…
Update Service Account
Claude Developer Platform · in the page
api/admin/service_accounts/update
…eta. ## Body parameters - `description: optional string or null` Replaces the description. Omit to leave unchanged; send `null` to clear (the field is stored as an empty string). maxLength: 20…
Workspaces
Claude Developer Platform · in the page
api/admin/service_accounts/workspaces
…already an explicit member of the workspace, its `workspace_role` is replaced with the value supplied here. Archived workspaces return 400. Archived service accounts cannot be added and are rejected.…
Add Workspace To Service Account
Claude Developer Platform · in the page
api/admin/service_accounts/workspaces/create
…already an explicit member of the workspace, its `workspace_role` is replaced with the value supplied here. Archived workspaces return 400. Archived service accounts cannot be added and are rejected.…
Workspaces
Claude Developer Platform · in the page
api/admin/workspaces
…nce: once a key is attached to a Workspace it cannot be detached or replaced. To rotate key material, rotate the underlying key on your cloud KMS; the `external_key_id` stays the same. - `tags: o…
Archive Workspace
Claude Developer Platform · in the page
api/admin/workspaces/archive
…e: once a key is attached to a Workspace it cannot be detached or replaced. To rotate key material, rotate the underlying key on your cloud KMS; the `external_key_id` stays the same. - `nam…
Create Workspace
Claude Developer Platform · in the page
api/admin/workspaces/create
…nce: once a key is attached to a Workspace it cannot be detached or replaced. To rotate key material, rotate the underlying key on your cloud KMS; the `external_key_id` stays the same. - `tags: o…
List Workspaces
Claude Developer Platform · in the page
api/admin/workspaces/list
…e: once a key is attached to a Workspace it cannot be detached or replaced. To rotate key material, rotate the underlying key on your cloud KMS; the `external_key_id` stays the same. - `nam…
Get Workspace
Claude Developer Platform · in the page
api/admin/workspaces/retrieve
…e: once a key is attached to a Workspace it cannot be detached or replaced. To rotate key material, rotate the underlying key on your cloud KMS; the `external_key_id` stays the same. - `nam…
Service Accounts
Claude Developer Platform · in the page
api/admin/workspaces/service_accounts
…already an explicit member of the workspace, its `workspace_role` is replaced with the value supplied here. Archived workspaces return 400. Archived service accounts cannot be added and are rejected.…
Create Service Account Workspace Member
Claude Developer Platform · in the page
api/admin/workspaces/service_accounts/create
…already an explicit member of the workspace, its `workspace_role` is replaced with the value supplied here. Archived workspaces return 400. Archived service accounts cannot be added and are rejected.…
Update Service Account Workspace Member
Claude Developer Platform · in the page
api/admin/workspaces/service_accounts/update
…ge a service account's role in a workspace. The new `workspace_role` replaces the current one. Only explicit memberships can be updated; to set a role on the implicit default-workspace membership, ad…
Update Workspace
Claude Developer Platform · in the page
api/admin/workspaces/update
…nce: once a key is attached to a Workspace it cannot be detached or replaced. To rotate key material, rotate the underlying key on your cloud KMS; the `external_key_id` stays the same. - `name: o…
Beta
Claude Developer Platform · in the page
api/beta
…rCodeExecutionCreateResultBlockParam or BetaTextEditorCodeExecutionStrReplaceResultBlockParam` - `BetaTextEditorCodeExecutionToolResultErrorParam object` - `error_code: "invali…
beta-headers
Claude Developer Platform · in the page
api/beta-headers
…ways combinable. On memory store endpoints, `agent-memory-2026-07-22` replaces `managed-agents-2026-04-01`: sending both on the same request returns a `400` error. The client SDKs send the correct hea…
Agents
Claude Developer Platform · in the page
api/beta/agents
…workspace's default_inference_geo. On update, `model` is whole-object replacement — omitting inference_geo clears it. - `speed: optional "standard" or "fast" or null` Inference speed mode.…
Create Agent
Claude Developer Platform · in the page
api/beta/agents/create
…workspace's default_inference_geo. On update, `model` is whole-object replacement — omitting inference_geo clears it. - `speed: optional "standard" or "fast" or null` Inference speed mode.…
Update Agent
Claude Developer Platform · in the page
api/beta/agents/update
…of BetaManagedAgentsURLMCPServerParams or null` MCP servers. Full replacement. Omit to preserve; send empty array or `null` to clear. Names must be unique. Maximum 20. Every server must be referen…
Deployments
Claude Developer Platform · in the page
api/beta/deployments
…etaManagedAgentsDeploymentInitialEventParams` Initial events. Full replacement. Omit to preserve. Cannot be cleared. At least 1, maximum 50. - `BetaManagedAgentsUserMessageEventParams object`…
Update Deployment
Claude Developer Platform · in the page
api/beta/deployments/update
…etaManagedAgentsDeploymentInitialEventParams` Initial events. Full replacement. Omit to preserve. Cannot be cleared. At least 1, maximum 50. - `BetaManagedAgentsUserMessageEventParams object`…
Messages
Claude Developer Platform · in the page
api/beta/messages
…rCodeExecutionCreateResultBlockParam or BetaTextEditorCodeExecutionStrReplaceResultBlockParam` - `BetaTextEditorCodeExecutionToolResultErrorParam object` - `error_code: "invali…