Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Search the documentation

50 pages for full.

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.

Create the full URL from the GitHub repository Claude Developer Platform · title about-claude/use-case-guides/legal-summarization Fullscreen rendering Claude Code CLI · title fullscreen glossary Claude Developer Platform · in the page about-claude/glossary …nism in APIs. Even with temperature set to 0, the results will not be fully deterministic and identical inputs may produce different outputs across API calls. This applies both to Anthropic's first-pa… model-deprecations Claude Developer Platform · in the page about-claude/model-deprecations …ng terms to describe the model lifecycle: * **Active:** The model is fully supported and recommended for use. * **Legacy:** The model will no longer receive updates and may be deprecated in the futur… Or, for the model with the same capabilities and no access approval requirement: Claude Developer Platform · in the page about-claude/models/migration-guide …/en/build-with-claude/refusals-and-fallback#refusal-response) for the full set. You are not billed for the input tokens of a request refused before any output is generated. When a classifier fires… model-ids-and-versions Claude Developer Platform · in the page about-claude/models/model-ids-and-versions …cture update is the most likely cause. ## Current model IDs For the full list of current model IDs and their Amazon Bedrock and Google Cloud equivalents, see [Models overview](https://platform.claud… optimizing-for-cost-and-intelligence Claude Developer Platform · in the page about-claude/models/optimizing-for-cost-and-intelligence …he-write rate only for what is new. **What good looks like.** Over a full day of real traffic, agent loops read a median 84% of their input from the cache, and the top 10% of harnesses, coding or not… pricing Claude Developer Platform · in the page about-claude/pricing …ude Opus 4.8 at premium pricing. Fast mode pricing applies across the full context window, including requests over 200k input tokens. Fast mode is available on the Claude API (first-party) only; it is… content-moderation Claude Developer Platform · in the page about-claude/use-case-guides/content-moderation …form.claude.com/cookbook/misc-building-moderation-filter"> View a fully implemented code-based example of how to use Claude for content moderation. </Card> <Card title="Mitigate jailbreaks" i… customer-support-chat Claude Developer Platform · in the page about-claude/use-case-guides/customer-support-chat …e are criteria and benchmarks that can be used to evaluate how successfully Claude performs the defined tasks: <AccordionGroup> <Accordion title="Query comprehension accuracy"> This metric eval… Create an instance of the Claude API client Claude Developer Platform · in the page about-claude/use-case-guides/ticket-routing …fy: <request>{ticket_contents}</request> Please carefully analyze the above request to determine the customer's core intent and needs. Consider what the customer is asking for has co… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …how to write effective Skills that Claude can discover and use successfully. --- Good Skills are concise, well-structured, and tested with real usage. This guide provides practical authoring decision… claude-api-skill Claude Developer Platform · in the page agents-and-tools/agent-skills/claude-api-skill …h-control prompt tuning, and cost/rate-limit re-baselining). For the full list of model-specific changes the skill applies, see [Migrating to Claude Opus 5.5 from Claude Opus 5](https://platform.clau… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …| High: scripts run with full environment access | | Instruction manipulation | Directives to ignore safety rules, hide actions from users, or alt… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/overview …d-tools/agent-skills/claude-api-skill) comes bundled with it. See the full list of [built-in commands and Skills](https://code.claude.com/docs/en/commands) that ship with Claude Code. **Custom Skills… quickstart Claude Developer Platform · in the page agents-and-tools/agent-skills/quickstart …ive disclosure**, where Claude discovers Skills without loading their full instructions yet. ## Step 2: Create a presentation Use the PowerPoint Skill to create a presentation about renewable energy… mcp-connector Claude Developer Platform · in the page agents-and-tools/mcp-connector …e.com/docs/en/agents-and-tools/tool-use/tool-search-tool). | For the full directory of Anthropic-provided tools and optional properties such as `defer_loading`, see the [Tool reference](https://platf… console Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/console …lm, `ANTHROPIC_WORKSPACE_ID` for Compose). Skipping this step is fully supported; both deploy guides have a **Without programmatic access** tab. </Step> <Step title="Create the tunnel">… 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 …nd-tools/mcp-tunnels/concepts#components) (7844 TCP and UDP). See the full [network requirements](https://platform.claude.com/docs/en/agents-and-tools/mcp-tunnels/overview#network-requirements). * **… deploy-helm Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/deploy-helm …nd-tools/mcp-tunnels/concepts#components) (7844 TCP and UDP). See the full [network requirements](https://platform.claude.com/docs/en/agents-and-tools/mcp-tunnels/overview#network-requirements). * **… reference Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/reference …be bare subdomains (`wiki`). When empty, `routes` keys must be exact full hostnames. | Required when `routes` keys are bare subdomains | | `tls.cert_file` | Path to the server TLS c… troubleshooting Claude Developer Platform · in the page agents-and-tools/mcp-tunnels/troubleshooting …nts-and-tools/mcp-tunnels/reference#certificate-requirements) for the full validation rules. ## Upstream IP validation For SSRF protection, the proxy only dials addresses in the RFC1918 private rang… advisor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/advisor-tool …model** mid-generation for strategic guidance. The advisor reads the full conversation, produces a plan or course correction, and the executor continues with the task. This pattern fits long-horizon… bash-tool Claude Developer Platform · in the page agents-and-tools/tool-use/bash-tool …he session starts, how long it lives, and when to restart it. For the full request and response cycle, see [Handle tool calls](https://platform.claude.com/docs/en/agents-and-tools/tool-use/handle-tool… browser-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/browser-use-tool …| **Coordinates are viewport pixels**, the pixel space of a full-viewport `screenshot` with the origin at the top left of the rendered page; there's no surrounding desktop or window frame. T… build-a-tool-using-agent Claude Developer Platform · in the page agents-and-tools/tool-use/build-a-tool-using-agent …. The # assistant's previous response is included so Claude has the full history. ASSISTANT_CONTENT=$(echo "$RESPONSE" | jq '.content') FOLLOWUP=$(curl -s https://api.anthropic.com/v1/messages \… code-execution-tool Claude Developer Platform · in the page agents-and-tools/tool-use/code-execution-tool …ns:** No outbound network requests permitted * **Sandbox isolation:** Full isolation from host system and other containers * **File access:** Limited to workspace directory only * **Workspace scoping:… computer-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/computer-use-tool …s member tools read and act on the page itself, and it doesn't need a full desktop environment. <Note> Computer use is available on the Claude API and [Google Cloud](https://platform.claude.com/doc… define-tools Claude Developer Platform · in the page agents-and-tools/tool-use/define-tools …-tools/tool-use/define-tools#providing-tool-use-examples). | For the full set of optional properties available on any single tool definition, including `cache_control`, `strict`, `defer_loading`, and… fine-grained-tool-streaming Claude Developer Platform · in the page agents-and-tools/tool-use/fine-grained-tool-streaming …print just the fragments. Because the printed fragments join into the full tool input, the poem fills your terminal as Claude writes it: ```text wrap {"filename": "poem.txt", "lines_of_text": ["The W… how-tool-use-works Claude Developer Platform · in the page agents-and-tools/tool-use/how-tool-use-works …es, so it calls them more reliably and recovers from errors more gracefully than it would with a custom tool that does the same thing. The schema is the interface the model already expects. ### Serve… memory-tool Claude Developer Platform · in the page agents-and-tools/tool-use/memory-tool …he memory tool is available on all Claude 4 and later models. For the full list of Anthropic-provided tools, see the [Tool reference](https://platform.claude.com/docs/en/agents-and-tools/tool-use/tool… overview Claude Developer Platform · in the page agents-and-tools/tool-use/overview …h-claude/handling-stop-reasons#tool-use)). Here's that round trip in full for a client tool. The first request defines a `get_weather` tool, and Claude answers the question by calling it: the respons… parallel-tool-use Claude Developer Platform · in the page agents-and-tools/tool-use/parallel-tool-use …aude.com/docs/en/agents-and-tools/tool-use/handle-tool-calls) for the full formatting rules. If you choose not to run a particular call (for example, because you ran the batch sequentially and an earl… Process results programmatically Claude Developer Platform · in the page agents-and-tools/tool-use/programmatic-tool-calling …_reason": "tool_use" } ``` ### Step 3: Provide tool result Send the full conversation history plus your tool result. Three details matter on this request: * The user message that carries your resul… server-tools Claude Developer Platform · in the page agents-and-tools/tool-use/server-tools …"text", "media_type": "text/plain", "data": "Full text content of the article..." } } } }, { "type": "text", "text": "The article a… text-editor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/text-editor-tool …:"). Line numbers are not required, but they are essential for successfully using the `view_range` parameter to examine specific sections of files and the `insert_line` parameter to add content at pre… tool-combinations Claude Developer Platform · in the page agents-and-tools/tool-use/tool-combinations …aude.com/docs/en/agents-and-tools/tool-use/handle-tool-calls) for the full request shape. ## Research agent: web\_search + code\_execution Search finds sources; code execution analyzes and synthesiz… tool-reference Claude Developer Platform · in the page agents-and-tools/tool-use/tool-reference …tool-use/programmatic-tool-calling#the-allowed-callers-field) for the full treatment, including the `caller` response shape and error behavior. ### `defer_loading` and prompt caching Tools with `def… Log at info level Claude Developer Platform · in the page agents-and-tools/tool-use/tool-runner …input_schema GetWeatherInput def call(input) # In a full implementation, you'd call a weather API here JSON.generate({temperature: "20°C", condition: "Sunny"}) end… tool-search-tool Claude Developer Platform · in the page agents-and-tools/tool-use/tool-search-tool …search input). 6. The API automatically expands these references into full tool definitions. 7. Claude selects from the discovered tools and calls them. ## Quick start The following example includes… tool-use-with-prompt-caching Claude Developer Platform · in the page agents-and-tools/tool-use/tool-use-with-prompt-caching …ents-and-tools/tool-use/strict-tool-use). The grammar builds from the full toolset regardless of which tools are deferred, so prompt caching and grammar caching are both preserved when tools load dyna… troubleshooting-tool-use Claude Developer Platform · in the page agents-and-tools/tool-use/troubleshooting-tool-use …de.com/docs/en/api/errors#thinking-blocks-cannot-be-modified) for the full error and fix steps. ## Claude flags tool results as prompt injection | Symptom… web-fetch-tool Claude Developer Platform · in the page agents-and-tools/tool-use/web-fetch-tool …ata-retention). </Note> The web fetch tool allows Claude to retrieve full content from specified web pages and PDF documents. The latest web fetch tool version (`web_fetch_20260318`) supports **dyna… web-search-tool Claude Developer Platform · in the page agents-and-tools/tool-use/web-search-tool …ample `example.com` or `example.com/blog`, without a scheme. For the full domain filtering rules, see [Domain filtering](https://platform.claude.com/docs/en/agents-and-tools/tool-use/server-tools#dom… Beta Claude Developer Platform · in the page api/beta …mcp-client-2025-04-04"` - `"mcp-client-2025-11-20"` - `"dev-full-thinking-2025-05-14"` - `"interleaved-thinking-2025-05-14"` - `"code-execution-2025-05-22"` - `"extended-cache… Agents Claude Developer Platform · in the page api/beta/agents …mcp-client-2025-04-04"` - `"mcp-client-2025-11-20"` - `"dev-full-thinking-2025-05-14"` - `"interleaved-thinking-2025-05-14"` - `"code-execution-2025-05-22"` - `"extended-cache… Archive Agent Claude Developer Platform · in the page api/beta/agents/archive …mcp-client-2025-04-04"` - `"mcp-client-2025-11-20"` - `"dev-full-thinking-2025-05-14"` - `"interleaved-thinking-2025-05-14"` - `"code-execution-2025-05-22"` - `"extended-cache… Create Agent Claude Developer Platform · in the page api/beta/agents/create …mcp-client-2025-04-04"` - `"mcp-client-2025-11-20"` - `"dev-full-thinking-2025-05-14"` - `"interleaved-thinking-2025-05-14"` - `"code-execution-2025-05-22"` - `"extended-cache… List Agents Claude Developer Platform · in the page api/beta/agents/list …mcp-client-2025-04-04"` - `"mcp-client-2025-11-20"` - `"dev-full-thinking-2025-05-14"` - `"interleaved-thinking-2025-05-14"` - `"code-execution-2025-05-22"` - `"extended-cache…
Feedback