Search the documentation
50 pages for config.
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.
inference-hooks-configuration
Claude Developer Platform · title
manage-claude/inference-hooks-configuration
Configure your agent
Claude Code CLI · title
agent-sdk/configuration
Configure permissions
Claude Code CLI · title
agent-sdk/permissions
Configure auto mode
Claude Code CLI · title
auto-mode-config
Claude apps gateway configuration
Claude Code CLI · title
claude-apps-gateway-config
Configure cloud environments
Claude Code CLI · title
cloud-environments
Debug your configuration
Claude Code CLI · title
debug-your-config
Model configuration
Claude Code CLI · title
model-config
Enterprise network configuration
Claude Code CLI · title
network-config
Configure permissions
Claude Code CLI · title
permissions
Configure the sandboxed Bash tool
Claude Code CLI · title
sandboxing
Configure server-managed settings
Claude Code CLI · title
server-managed-settings
Configure your terminal for Claude Code
Claude Code CLI · title
terminal-config
Configuration file reference
Claude Documentation · title
claude-science/configuration-file-reference
Configure per-channel access
Claude Documentation · title
claude-tag/admins/attach-to-scope
Configure GitHub access
Claude Documentation · title
claude-tag/admins/configure-github
Configure GitLab access
Claude Documentation · title
claude-tag/admins/configure-gitlab
How Config works
Claude Documentation · title
government/config/overview
Config at the organization level
Claude Documentation · title
government/org-admin/configuration
Config at the tenant level
Claude Documentation · title
government/tenant-admin/configuration
Configure a custom OpenTelemetry collector
Claude Documentation · title
office-agents/opentelemetry
Configuration reference
Claude Documentation · title
third-party/claude-desktop/configuration
Configuration changelog
Claude Documentation · title
third-party/claude-desktop/configuration-changelog
In-app configuration
Claude Documentation · title
third-party/claude-desktop/in-app-configuration
Configuration and flags
Model Context Protocol · title
docs/2026-07-28/tools/inspector/configuration
Configuration and flags
Model Context Protocol · title
docs/draft/tools/inspector/configuration
Customize sessions in self-hosted environments
Claude Code CLI · path
self-hosted-environments-configuration
Manage plugins and connectors
Claude Documentation · path
government/config/plugins-and-connectors
Available settings
Claude Documentation · path
government/config/settings
Connect Claude Desktop to Claude for Government
Claude Documentation · path
government/deploy-desktop/configure
Or, for the model with the same capabilities and no access approval requirement:
Claude Developer Platform · in the page
about-claude/models/migration-guide
…ermines when and how much to think on each request, and no `thinking` configuration is required. Both `thinking: {type: "disabled"}` and manual extended thinking (`thinking: {type: "enabled", budget_t…
model-ids-and-versions
Claude Developer Platform · in the page
about-claude/models/model-ids-and-versions
…ingle, 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. This differs from the…
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…platform.claude.com/docs/en/build-with-claude/effort) or the thinking configuration between requests invalidates the cache from that point onward, and on some models the tools and system prompt ahead…
pricing
Claude Developer Platform · in the page
about-claude/pricing
…ol definitions and the tool use system prompt. Disabling `zoom` with `configs` removes about 410 of those tokens. The exact count for a request is reported in the response `usage`, and you can estimat…
commerce-agents
Claude Developer Platform · in the page
about-claude/use-case-guides/commerce-agents
…ce over your services, switch off the systems you don't have with the configuration flags so their tools and prompt lines drop out, and set your brand name, assistant name, and voice. The repository's…
customer-support-chat
Claude Developer Platform · in the page
about-claude/use-case-guides/customer-support-chat
…strong prompt, beginning with a system prompt. Create a file called `config.py` and add each of the following blocks to it: ```python IDENTITY = """You are Eva, a friendly and knowledgeable AI assis…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/best-practices
…when: * A preferred pattern exists * Some variation is acceptable * Configuration affects behavior Example: ````markdown ## Generate report Use this template and customize as needed: ```python d…
claude-api-skill
Claude Developer Platform · in the page
agents-and-tools/agent-skills/claude-api-skill
…tateful agents with Anthropic-hosted tool execution, persistent agent configs, and per-session sandboxes. It covers eight programming languages for both the Messages API and Managed Agents: Python, T…
enterprise
Claude Developer Platform · in the page
agents-and-tools/agent-skills/enterprise
…when you turned it on, or to organizations with certain data handling configurations, such as customer-managed encryption keys (CMEK), zero data retention (ZDR), or HIPAA readiness. For setup steps, e…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/overview
…t Skills Architecture - showing how Skills integrate with the agent's configuration and virtual machine](https://platform.claude.com/docs/images/agent-skills-architecture.png) **How Claude accesses S…
mcp-connector
Claude Developer Platform · in the page
agents-and-tools/mcp-connector
…m the Messages API without an MCP client, and allowlist, denylist, or configure individual tools. featureMetadata: status: beta betaHeader: mcp-client-2025-11-20 zdr: not-eligible supportedPla…
concepts
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/concepts
…ew) documentation. Several components appear under different names in configuration files, container images, and prose; the following tables give one canonical name for each and list the aliases you m…
console
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/console
…an agent Once your stack is running and has one or more MCP servers configured, attach an upstream MCP server to a Managed Agent session. To call the same servers from the Messages API instead, see…
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
…oncepts#components) as hardened containers on a single host. The same configuration can be replicated across multiple hosts for availability. ## Before you begin You need: * **A tunnel.** With prog…
deploy-helm
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-helm
…vers** running and reachable from the cluster on the addresses you'll configure under `gateway.config.routes`. If you don't have one yet, [use the sample server](https://platform.claude.com/docs/en/ag…
overview
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/overview
…| Your upstream MCP servers | As configured | Runtime | ## Security model ### Security layers Three independent layers protect every…
quickstart
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/quickstart
…b title="macOS / Linux"> ```bash mkdir -p mcp-tunnel/{config,data} cd mcp-tunnel export TUNNEL_DOMAIN=YOUR_TUNNEL_DOMAIN_HERE # from step 1 export TUNNEL_TOKE…
reference
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/reference
…com/docs/en/agents-and-tools/mcp-tunnels/reference description: Proxy configuration fields, the Tunnels REST API, certificate requirements, and the setup component. --- <Note> MCP tunnels are in re…
security
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/security
…ts-and-tools/mcp-tunnels/concepts#components) also depends on how you configure and operate it. This page covers recommended hardening, breach response, and how to decommission a tunnel. ## Best prac…
troubleshooting
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/troubleshooting
…| `tunnel_domain` doesn't match the assigned domain, or `config.yaml` was edited without restarting. | Set `tunnel_domain` to the exact domain shown on the tunnel detail page, then resta…