Search the documentation
50 pages for force.
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.
Connect Salesforce
Claude Documentation · title
claude-tag/admins/connections/salesforce
glossary
Claude Developer Platform · in the page
about-claude/glossary
…ge base and the knowledge that is retrieved at runtime. ## RLHF Reinforcement Learning from Human Feedback (RLHF) is a technique used to train a pretrained language model to behave in ways that are…
Or, for the model with the same capabilities and no access approval requirement:
Claude Developer Platform · in the page
about-claude/models/migration-guide
…requests that disable thinking before you migrate. The check is enforced on each request: every request's effort and thinking configuration is validated independently, so a request that raises eff…
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…ocedure plus "investigate fully even when the ticket looks simple" forces four tool calls on a "where's my package" ticket. ... -After any refund or escalation, verify twice before submitting: r…
content-moderation
Claude Developer Platform · in the page
about-claude/use-case-guides/content-moderation
…s for each supported language. Human moderation requires hiring a workforce fluent in each supported language. Claude’s multilingual capabilities allow it to classify tickets in various languages with…
mcp-connector
Claude Developer Platform · in the page
agents-and-tools/mcp-connector
…onfig) * All other tools are disabled ## Validation rules The API enforces these validation rules: * **Server must exist:** The `mcp_server_name` in an MCPToolset must match a server defined in the…
deploy-helm
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-helm
…`tunnel.tokenVersion` in `values.yaml` and upgrade with `--set setup.force=true`. The setup component only re-runs on upgrades when forced: ```bash helm upgrade mcp-tunnel \ oci://us-docker.pkg.de…
quickstart
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/quickstart
…rShell)"> ```powershell New-Item -ItemType Directory -Force -Path mcp-tunnel/config, mcp-tunnel/data | Out-Null Set-Location mcp-tunnel $env:TUNNEL_DOMAIN = "YOUR_TUNNE…
security
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/security
…rules, and service accounts are managed in the Claude Console. SSO enforces your identity provider's session controls on the admins who can change them. * **Restrict `upstream.allowed_ips`.** Use the…
advisor-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/advisor-tool
…, the same nudge raised engagement with no task-performance cost. To force a consult on a specific request instead of nudging, set `tool_choice` to `{"type": "tool", "name": "advisor"}`, subject to t…
bash-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/bash-tool
…deGroup> This check is a tripwire for obvious mistakes, not an enforcement boundary. It rejects the spaced chaining (`&&`), pipes, and redirection that the other examples on this page use. It doe…
browser-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/browser-use-tool
…2. Restrict the hosts the browser can reach to a domain allowlist enforced at the network layer and re-checked in your `navigate` handler after redirects, and block loopback, link-local, and private…
define-tools
Claude Developer Platform · in the page
agents-and-tools/tool-use/define-tools
…tells Claude that it must use one of the provided tools, but doesn't force a particular tool. * `tool` forces Claude to always use a particular tool. * `none` prevents Claude from using any tools. Th…
how-tool-use-works
Claude Developer Platform · in the page
agents-and-tools/tool-use/how-tool-use-works
…r than prose that happens to contain the information, a tool schema enforces the shape. * **Calling into existing systems.** Databases, internal APIs, filesystems. Tool use is the bridge between natur…
memory-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/memory-tool
…truction. If Claude still creates cluttered memory files, you can reinforce it in your prompt: ```text wrap Note: when editing your memory folder, always try to keep its content up-to-date, coherent…
Process results programmatically
Claude Developer Platform · in the page
agents-and-tools/tool-use/programmatic-tool-calling
…not supported with programmatic calling * **Tool choice:** You cannot force programmatic calling of a specific tool through `tool_choice` * **Parallel tool use:** `disable_parallel_tool_use: true` is…
strict-tool-use
Claude Developer Platform · in the page
agents-and-tools/tool-use/strict-tool-use
….com/docs/en/agents-and-tools/tool-use/strict-tool-use description: Enforce JSON Schema compliance on Claude's tool inputs with grammar-constrained sampling. --- Setting `strict: true` on a tool defi…
Log at info level
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-runner
….claude.com/docs/en/agents-and-tools/tool-use/strict-tool-use"> Enforce JSON Schema compliance on Claude's tool inputs with grammar-constrained sampling. </Card> <Card title="Handle tool call…
Admin
Claude Developer Platform · in the page
api/admin
…ime - `name: string` Name of the RBAC Group. Not uniqueness-enforced. - `roles: array of string or null` RBAC Role IDs attached to this RBAC Group. Role attachment is managed in the ad…
Federation Issuers
Claude Developer Platform · in the page
api/admin/federation_issuers
…k_jti: optional boolean or null` Whether the jwt-bearer exchange enforces JTI single-use (replay protection) for tokens from this issuer. Defaults to true. Applies only to assertions carrying a `jt…
Archive Federation Issuer
Claude Developer Platform · in the page
api/admin/federation_issuers/archive
…uer. - `check_jti: boolean` Whether the jwt-bearer exchange enforces JTI single-use (replay protection) for tokens from this issuer. Applies only to assertions carrying a `jti` claim; tokens w…
Create Federation Issuer
Claude Developer Platform · in the page
api/admin/federation_issuers/create
…k_jti: optional boolean or null` Whether the jwt-bearer exchange enforces JTI single-use (replay protection) for tokens from this issuer. Defaults to true. Applies only to assertions carrying a `jt…
List Federation Issuers
Claude Developer Platform · in the page
api/admin/federation_issuers/list
…uer. - `check_jti: boolean` Whether the jwt-bearer exchange enforces JTI single-use (replay protection) for tokens from this issuer. Applies only to assertions carrying a `jti` claim; tokens w…
Get Federation Issuer
Claude Developer Platform · in the page
api/admin/federation_issuers/retrieve
…uer. - `check_jti: boolean` Whether the jwt-bearer exchange enforces JTI single-use (replay protection) for tokens from this issuer. Applies only to assertions carrying a `jti` claim; tokens w…
Update Federation Issuer
Claude Developer Platform · in the page
api/admin/federation_issuers/update
…k_jti: optional boolean or null` Whether the jwt-bearer exchange enforces JTI single-use (replay protection) for tokens from this issuer. Applies only to assertions carrying a `jti` claim; tokens w…
Federation Rules
Claude Developer Platform · in the page
api/admin/federation_rules
…ce); rules carrying only the legacy `workspace_id` binding do not enforce this. - `id: string` Tagged ID of the federation rule. - `applies_to_all_workspaces: boolean` When true, t…
Archive Federation Rule
Claude Developer Platform · in the page
api/admin/federation_rules/archive
…ce); rules carrying only the legacy `workspace_id` binding do not enforce this. - `id: string` Tagged ID of the federation rule. - `applies_to_all_workspaces: boolean` When true, t…
Create Federation Rule
Claude Developer Platform · in the page
api/admin/federation_rules/create
…ce); rules carrying only the legacy `workspace_id` binding do not enforce this. - `id: string` Tagged ID of the federation rule. - `applies_to_all_workspaces: boolean` When true, t…
Get Federation Rule
Claude Developer Platform · in the page
api/admin/federation_rules/retrieve
…ce); rules carrying only the legacy `workspace_id` binding do not enforce this. - `id: string` Tagged ID of the federation rule. - `applies_to_all_workspaces: boolean` When true, t…
Update Federation Rule
Claude Developer Platform · in the page
api/admin/federation_rules/update
…ce); rules carrying only the legacy `workspace_id` binding do not enforce this. - `id: string` Tagged ID of the federation rule. - `applies_to_all_workspaces: boolean` When true, t…
RBAC Groups
Claude Developer Platform · in the page
api/admin/rbac_groups
…ime - `name: string` Name of the RBAC Group. Not uniqueness-enforced. - `roles: array of string or null` RBAC Role IDs attached to this RBAC Group. Role attachment is managed in the ad…
Create RBAC Group
Claude Developer Platform · in the page
api/admin/rbac_groups/create
…ameters - `name: string` Name of the RBAC Group. Not uniqueness-enforced. maxLength: 255, minLength: 1 ## Returns - `RbacGroup object` - `id: string` ID of the RBAC Group. - `creat…
List RBAC Groups
Claude Developer Platform · in the page
api/admin/rbac_groups/list
…ime - `name: string` Name of the RBAC Group. Not uniqueness-enforced. - `roles: array of string or null` RBAC Role IDs attached to this RBAC Group. Role attachment is managed in the ad…
Get RBAC Group
Claude Developer Platform · in the page
api/admin/rbac_groups/retrieve
…ime - `name: string` Name of the RBAC Group. Not uniqueness-enforced. - `roles: array of string or null` RBAC Role IDs attached to this RBAC Group. Role attachment is managed in the ad…
Update RBAC Group
Claude Developer Platform · in the page
api/admin/rbac_groups/update
…optional string or null` Name of the RBAC Group. Not uniqueness-enforced. maxLength: 255, minLength: 1 ## Returns - `RbacGroup object` - `id: string` ID of the RBAC Group. - `creat…
Workspaces
Claude Developer Platform · in the page
api/admin/workspaces
…key is scoped to this compartment. On GCP and Azure, Anthropic enforces the compartment binding automatically; you do not need to reference this value in your key configuration. See the CMEK…
Archive Workspace
Claude Developer Platform · in the page
api/admin/workspaces/archive
…key is scoped to this compartment. On GCP and Azure, Anthropic enforces the compartment binding automatically; you do not need to reference this value in your key configuration. See the CMEK…
Create Workspace
Claude Developer Platform · in the page
api/admin/workspaces/create
…key is scoped to this compartment. On GCP and Azure, Anthropic enforces the compartment binding automatically; you do not need to reference this value in your key configuration. See the CMEK…
List Workspaces
Claude Developer Platform · in the page
api/admin/workspaces/list
…key is scoped to this compartment. On GCP and Azure, Anthropic enforces the compartment binding automatically; you do not need to reference this value in your key configuration. See the CMEK…
Get Workspace
Claude Developer Platform · in the page
api/admin/workspaces/retrieve
…key is scoped to this compartment. On GCP and Azure, Anthropic enforces the compartment binding automatically; you do not need to reference this value in your key configuration. See the CMEK…
Update Workspace
Claude Developer Platform · in the page
api/admin/workspaces/update
…key is scoped to this compartment. On GCP and Azure, Anthropic enforces the compartment binding automatically; you do not need to reference this value in your key configuration. See the CMEK…
Beta
Claude Developer Platform · in the page
api/beta
…tant form is not available for requests with `output_format` set or forced `tool_choice`), on an eligible fallback model, on the same platform, and within 5 minutes of the refusal; a mismatch is…
Environments
Claude Developer Platform · in the page
api/beta/environments
…ed to invoke them directly. Stop a work item, initiating graceful or forced shutdown. #### Path parameters - `environment_id: string` - `work_id: string` #### Headers - `"anthropic-beta": option…
Work
Claude Developer Platform · in the page
api/beta/environments/work
…ed to invoke them directly. Stop a work item, initiating graceful or forced shutdown. ### Path parameters - `environment_id: string` - `work_id: string` ### Headers - `"anthropic-beta": optional…
Stop Work
Claude Developer Platform · in the page
api/beta/environments/work/stop
…ed to invoke them directly. Stop a work item, initiating graceful or forced shutdown. ## Path parameters - `environment_id: string` - `work_id: string` ## Headers - `"anthropic-beta": optional a…
Messages
Claude Developer Platform · in the page
api/beta/messages
…tant form is not available for requests with `output_format` set or forced `tool_choice`), on an eligible fallback model, on the same platform, and within 5 minutes of the refusal; a mismatch is…
Batches
Claude Developer Platform · in the page
api/beta/messages/batches
…form is not available for requests with `output_format` set or forced `tool_choice`), on an eligible fallback model, on the same platform, and within 5 minutes of the refusal; a mis…
Create a Message Batch
Claude Developer Platform · in the page
api/beta/messages/batches/create
…form is not available for requests with `output_format` set or forced `tool_choice`), on an eligible fallback model, on the same platform, and within 5 minutes of the refusal; a mis…
Retrieve Message Batch results
Claude Developer Platform · in the page
api/beta/messages/batches/results
…the request uses `output_format` or a `tool_choice` that forces tool use). One exception: when the request used `output_format` or a forced `tool_choice` and the refusal arriv…
Count tokens in a Message
Claude Developer Platform · in the page
api/beta/messages/count_tokens
…ter it will perform. You can use natural language descriptions to reinforce important aspects of the tool input JSON schema. - `eager_input_streaming: optional boolean or null` Enable eage…