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 accept.

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.

Or, for the model with the same capabilities and no access approval requirement: Claude Developer Platform · in the page about-claude/models/migration-guide …"}` with effort `xhigh` or `max` returns a 400 error. Claude Opus 4.8 accepts this combination, so audit requests that disable thinking before you migrate. The check is enforced on each request: e… model-ids-and-versions Claude Developer Platform · in the page about-claude/models/model-ids-and-versions …tee covers model IDs, not the convenience aliases that the Claude API accepts for some earlier models (see [Before the 4.6 generation](https://platform.claude.com/docs/en/about-claude/models/model-ids… pricing Claude Developer Platform · in the page about-claude/pricing …up any private offer associated with your account and prompts you to accept it in AWS Marketplace. Contact your Anthropic account representative for private offer terms. <Note> If you have an exis… content-moderation Claude Developer Platform · in the page about-claude/use-case-guides/content-moderation …derating content deemed particularly dangerous (in line with the [Acceptable Use Policy](https://www.anthropic.com/legal/aup) ), regardless of the prompt used. For example, an adult website tha… customer-support-chat Claude Developer Platform · in the page about-claude/use-case-guides/customer-support-chat …st API to wrap your code into a HTTP Service. Your HTTP service could accept the user input and return the Assistant response in its entirety. Thus, your service could have the following characteristi… Create the full URL from the GitHub repository Claude Developer Platform · in the page about-claude/use-case-guides/legal-summarization …laude to summarize the contents of a sublease agreement. The function accepts a text string and a list of details to extract as inputs. In this example, the code calls the function with the `document_… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …meters): Use when: * A preferred pattern exists * Some variation is acceptable * Configuration affects behavior Example: ````markdown ## Generate report Use this template and customize as needed:… mcp-connector Claude Developer Platform · in the page agents-and-tools/mcp-connector …type still includes a legacy result shape that // mcpTools does not accept; narrow it. Drop this once MCPClientLike widens. const mcpClientForTools: MCPClientLike = { callTool: (params) => mcp… console Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/console …u register on the tunnel. A tunnel with no active certificates cannot accept connections, and does not appear in the agent MCP server picker until one is registered. <Steps> <Step title="Find the C… 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 …cate**. Upload `data/ca.crt` directly with **Choose file** (the modal accepts `.pem`, `.crt`, and `.cer`), or paste its contents: ```bash cat data/ca.crt ``` The tunn… overview Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/overview …that transits your tunnel, and compliance with applicable third-party acceptable-use policies (including Cloudflare's) | | Validating your CA certificate before connecting to your proxy | A… reference Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/reference …n/manage-claude/workload-identity-federation). Admin API keys are not accepted. </Warning> Required headers on every request: | Header | Value | | -… advisor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/advisor-tool …e server determines where cache boundaries go. The advisor tool also accepts the generic properties available on any tool definition: `cache_control`, `allowed_callers`, `defer_loading`, and `strict`… bash-tool Claude Developer Platform · in the page agents-and-tools/tool-use/bash-tool …/platform.claude.com/docs/en/about-claude/model-deprecations)) onward accepts it, including all current Claude models. The original `bash_20241022` version works only with the October 2024 Claude Son… browser-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/browser-use-tool …ser-use-tool#member-tools) tables write `Target` for a parameter that accepts either shape. | Shape | `target.type` | Fields | Accepted by… build-a-tool-using-agent Claude Developer Platform · in the page agents-and-tools/tool-use/build-a-tool-using-agent …doc; the growing messages array is appended as # JSON, which YAML accepts as flow syntax. { cat <<'YAML' model: claude-opus-5 max_tokens: 1024 tool_choice: {type: auto, disable_par… code-execution-tool Claude Developer Platform · in the page agents-and-tools/tool-use/code-execution-tool …/programmatic-tool-calling) from within the sandbox. Claude Haiku 4.5 accepts the `code_execution_20260120` and `code_execution_20260521` tool types, but programmatic tool calling and the REPL state p… computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …rld consequences and any tasks requiring affirmative consent, such as accepting cookies, completing financial transactions, or agreeing to terms of service. </Warning> In some circumstances, Claude w… define-tools Claude Developer Platform · in the page agents-and-tools/tool-use/define-tools …/docs/en/agents-and-tools/tool-use/tool-reference), for the fields it accepts. The computer use and browser use tools are [client toolsets](https://platform.claude.com/docs/en/agents-and-tools/tool-us… Process results programmatically Claude Developer Platform · in the page agents-and-tools/tool-use/programmatic-tool-calling …Both `"code_execution_20260120"` and `"code_execution_20260521"` are accepted in `allowed_callers` and are interchangeable: a request using either code-execution tool version satisfies tools that lis… server-tools Claude Developer Platform · in the page agents-and-tools/tool-use/server-tools …site. </Note> ## Domain filtering Server tools that access the web accept `allowed_domains` and `blocked_domains` parameters to control which domains Claude can reach. Both are fields on the tool o… strict-tool-use Claude Developer Platform · in the page agents-and-tools/tool-use/strict-tool-use …es (`computer_toolset_20260801` and `browser_toolset_20260801`) don't accept `strict: true`; a request that sets it on either entry is rejected. ## Common use cases <AccordionGroup> <Accordion tit… tool-reference Claude Developer Platform · in the page agents-and-tools/tool-use/tool-reference …ool and by tool version. <Note> The tool search `type` values also accept undated aliases: `tool_search_tool_regex` and `tool_search_tool_bm25`. These resolve to the latest dated version. </Note>… Log at info level Claude Developer Platform · in the page agents-and-tools/tool-use/tool-runner …ceiling) { IO.println("Hit ceiling (" + ceiling + "), accepting truncated response."); break; } long doubled = Math.min(current * 2, ceiling);… tool-use-with-prompt-caching Claude Developer Platform · in the page agents-and-tools/tool-use/tool-use-with-prompt-caching …lf, and the breakpoint lands after the toolset's definition. It isn't accepted inside a member's `configs` entry, because the toolset's members load as one definition. Within a [batch action](https://… web-fetch-tool Claude Developer Platform · in the page agents-and-tools/tool-use/web-fetch-tool …laude Managed Agents, the `web_fetch` entry of the agent toolset also accepts `max_content_tokens`; see [Restrict web search and web fetch domains](https://platform.claude.com/docs/en/managed-agents/t… web-search-tool Claude Developer Platform · in the page agents-and-tools/tool-use/web-search-tool …ezone": "America/Los_Angeles" } } ``` All web search tool versions accept `allowed_callers`, which controls whether Claude calls web search directly or from code execution through [dynamic filterin… Admin Claude Developer Platform · in the page api/admin …_user" or "developer" or 2 more` Role for the invited User. The accepted values depend on the organization type. Console and API organizations accept `user`, `developer`, `billing`, and `claude_… Analytics Claude Developer Platform · in the page api/admin/analytics …tion rates derived from them are null on scoped rows. `rbac_group_id` accepts the tagged id (`rbac_group_...`, as emitted in responses and by the spend-limits API) or a bare group UUID, and matches us… Cost Claude Developer Platform · in the page api/admin/analytics/cost …ray of string` Filter to usage attributed to specific RBAC groups. Accepts tagged RBAC group IDs (`rbac_group_...`) or bare group UUIDs. A row matches when the user belonged to any of the listed gr… Get Cost Over Time Claude Developer Platform · in the page api/admin/analytics/cost/list …ray of string` Filter to usage attributed to specific RBAC groups. Accepts tagged RBAC group IDs (`rbac_group_...`) or bare group UUIDs. A row matches when the user belonged to any of the listed gr… Get Per-User Cost Claude Developer Platform · in the page api/admin/analytics/cost/list_by_user …eo" or 6 more` Break each actor's row out by the given dimensions. Accepts the same values as the bucketed `/cost_report` endpoint. The `product`, `model`, `context_window`, `inference_geo`, and `s… Get Activity Summaries Claude Developer Platform · in the page api/admin/analytics/retrieve_summaries …tion rates derived from them are null on scoped rows. `rbac_group_id` accepts the tagged id (`rbac_group_...`, as emitted in responses and by the spend-limits API) or a bare group UUID, and matches us… Usage Claude Developer Platform · in the page api/admin/analytics/usage …ray of string` Filter to usage attributed to specific RBAC groups. Accepts tagged RBAC group IDs (`rbac_group_...`) or bare group UUIDs. A row matches when the user belonged to any of the listed gr… Get Token Usage Over Time Claude Developer Platform · in the page api/admin/analytics/usage/list …ray of string` Filter to usage attributed to specific RBAC groups. Accepts tagged RBAC group IDs (`rbac_group_...`) or bare group UUIDs. A row matches when the user belonged to any of the listed gr… Get Per-User Token Usage Claude Developer Platform · in the page api/admin/analytics/usage/list_by_user …el" or 4 more` Break each actor's row out by the given dimensions. Accepts the same values as the bucketed `/usage_report` endpoint. `limit` bounds (actor × time bucket × dimension) rows — with dim… Users Claude Developer Platform · in the page api/admin/analytics/users …ted via Claude Code - `tool_actions: object` Per-tool accepted/rejected counts for Claude Code file modification tools. - `edit_tool: ToolActionCounts` Accepted/rej… List User Activity Claude Developer Platform · in the page api/admin/analytics/users/list …ted via Claude Code - `tool_actions: object` Per-tool accepted/rejected counts for Claude Code file modification tools. - `edit_tool: ToolActionCounts` Accepted/rej… Federation Issuers Claude Developer Platform · in the page api/admin/federation_issuers …Requires an OAuth bearer or Console session; Admin API keys are not accepted. ### Headers - `"anthropic-beta": optional array of string` Optional header to specify the beta version(s) you want… Archive Federation Issuer Claude Developer Platform · in the page api/admin/federation_issuers/archive …Requires an OAuth bearer or Console session; Admin API keys are not accepted. ## Path parameters - `federation_issuer_id: string` ID of the federation issuer to archive. ## Headers - `"anthro… Create Federation Issuer Claude Developer Platform · in the page api/admin/federation_issuers/create …Requires an OAuth bearer or Console session; Admin API keys are not accepted. ## Headers - `"anthropic-beta": optional array of string` Optional header to specify the beta version(s) you want t… List Federation Issuers Claude Developer Platform · in the page api/admin/federation_issuers/list …ies only to assertions carrying a `jti` claim; tokens without one are accepted without single-use enforcement. - `created_at: string` When this issuer was created. format: date-time -… Get Federation Issuer Claude Developer Platform · in the page api/admin/federation_issuers/retrieve …ies only to assertions carrying a `jti` claim; tokens without one are accepted without single-use enforcement. - `created_at: string` When this issuer was created. format: date-time -… Update Federation Issuer Claude Developer Platform · in the page api/admin/federation_issuers/update …. Requires an OAuth bearer or Console session; Admin API keys are not accepted. ## Path parameters - `federation_issuer_id: string` ID of the federation issuer to update. ## Headers - `"anthrop… Federation Rules Claude Developer Platform · in the page api/admin/federation_rules …ence`; other scopes require a Console session. Admin API keys are not accepted. ### Headers - `"anthropic-beta": optional array of string` Optional header to specify the beta version(s) you want… Archive Federation Rule Claude Developer Platform · in the page api/admin/federation_rules/archive …ence`; other scopes require a Console session. Admin API keys are not accepted. ## Path parameters - `federation_rule_id: string` ID of the federation rule to archive. ## Headers - `"anthropic-… Create Federation Rule Claude Developer Platform · in the page api/admin/federation_rules/create …ence`; other scopes require a Console session. Admin API keys are not accepted. ## Headers - `"anthropic-beta": optional array of string` Optional header to specify the beta version(s) you want t… List Federation Rules Claude Developer Platform · in the page api/admin/federation_rules/list …ssuer_id: string` Tagged ID of the issuer whose tokens this rule accepts. - `issuer_name: string or null` Issuer's display name at read time. - `match: object` Conditions the veri… Get Federation Rule Claude Developer Platform · in the page api/admin/federation_rules/retrieve …ssuer_id: string` Tagged ID of the issuer whose tokens this rule accepts. - `issuer_name: string or null` Issuer's display name at read time. - `match: object` Conditions the veri… Update Federation Rule Claude Developer Platform · in the page api/admin/federation_rules/update …ence`; other scopes require a Console session. Admin API keys are not accepted. ## Path parameters - `federation_rule_id: string` ID of the federation rule to update. ## Headers - `"anthropic-b…