Search the documentation
50 pages for pins.
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.
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
…<Step title="Write docker-compose.yaml"> The compose file pins images by SHA-256 digest, runs every container as non-root with a read-only filesystem, drops all Linux capabilities, and dis…
Deployments
Claude Developer Platform · in the page
api/beta/deployments
…AgentParams` Agent to deploy. Accepts the `agent` ID string, which pins the latest version, or an `agent` object with both id and version specified. The agent must exist and not be archived. - `…
Create Deployment
Claude Developer Platform · in the page
api/beta/deployments/create
…AgentParams` Agent to deploy. Accepts the `agent` ID string, which pins the latest version, or an `agent` object with both id and version specified. The agent must exist and not be archived. - `…
Update Deployment
Claude Developer Platform · in the page
api/beta/deployments/update
…ntParams` Agent to deploy. Accepts the `agent` ID string, which re-pins to the latest version, or an `agent` object with both id and version specified. Omit to preserve. Cannot be cleared. - `st…
Sessions
Claude Developer Platform · in the page
api/beta/sessions
…idesParams` Agent identifier. Accepts the `agent` ID string, which pins the latest version for the session, or an `agent` object with both id and version specified. - `string` - `BetaManagedA…
Create Session
Claude Developer Platform · in the page
api/beta/sessions/create
…idesParams` Agent identifier. Accepts the `agent` ID string, which pins the latest version for the session, or an `agent` object with both id and version specified. - `string` - `BetaManagedA…
Skills
Claude Developer Platform · in the page
api/beta/skills
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Versions
Claude Developer Platform · in the page
api/beta/skills/versions
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Create Skill Version
Claude Developer Platform · in the page
api/beta/skills/versions/create
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Delete Skill Version
Claude Developer Platform · in the page
api/beta/skills/versions/delete
…for this Skill Version. The id addresses the version in paths and pins it in references. ## Example ```bash curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION \ -X DELETE \…
List Skill Versions
Claude Developer Platform · in the page
api/beta/skills/versions/list
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Get Skill Version
Claude Developer Platform · in the page
api/beta/skills/versions/retrieve
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Skills
Claude Developer Platform · in the page
api/skills
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Versions
Claude Developer Platform · in the page
api/skills/versions
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Create Skill Version
Claude Developer Platform · in the page
api/skills/versions/create
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Delete Skill Version
Claude Developer Platform · in the page
api/skills/versions/delete
…for this Skill Version. The id addresses the version in paths and pins it in references. ## Example ```bash curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION \ -X DELETE \…
List Skill Versions
Claude Developer Platform · in the page
api/skills/versions/list
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
Get Skill Version
Claude Developer Platform · in the page
api/skills/versions/retrieve
…for this Skill Version. The id addresses the version in paths and pins it in references. - `created_at: string` ISO 8601 timestamp of when the skill was created. format: date-time…
preserved-thinking
Claude Developer Platform · in the page
build-with-claude/preserved-thinking
…-client-2026-09-15` on every later request that carries it. The block pins the toolset to that list, so the API doesn't contact the server again for it. These MCP connector features are available on t…
refusals-and-fallback
Claude Developer Platform · in the page
build-with-claude/refusals-and-fallback
…"model": "claude-opus-4-8"}])], ) state = BetaFallbackState() # pins follow-ups to the model that accepted # Streaming: on a refusal the middleware retries on the fallback model and # splic…
apply
Claude Developer Platform · in the page
cli-sdks-libraries/cli/apply
…Relative paths are how these files point at each other. `ant apply` pins agent and skill references to the version it just applied, so editing `reviewer.md` or the skill updates everything that refe…
data-residency
Claude Developer Platform · in the page
manage-claude/data-residency
….claude.com/docs/en/managed-agents/agent-setup#pin-the-inference-geo) pins the geography that serves model requests for sessions running that agent, with [per-session overrides](https://platform.claud…
spend-limits-api
Claude Developer Platform · in the page
manage-claude/spend-limits-api
…etting a per-user override with `POST /v1/organizations/spend_limits` pins a member to a specific spend limit regardless of what they would otherwise inherit. Deleting the override returns them to the…
Create the app registration that represents the Claude API audience.
Claude Developer Platform · in the page
manage-claude/wif-providers/azure
…| You want defense in depth. The issuer URL already pins the tenant.…
agent-setup
Claude Developer Platform · in the page
managed-agents/agent-setup
…the workspace-level geo controls and pricing. The following example pins an agent to US inference and prints the `inference_geo` value from the agent's `model` object: <CodeGroup defaultLanguage="C…
multiagent-orchestration
Claude Developer Platform · in the page
managed-agents/multiagent-orchestration
…ated. * `{"type": "agent", "id": agent.id, "version": agent.version}` pins a specific agent version. * `{"type": "self"}` allows the coordinator to spawn copies of itself. If the session was created w…
sessions
Claude Developer Platform · in the page
managed-agents/sessions
…dency) pin for the session: an override that includes `inference_geo` pins the geography that serves the session's model requests, and one that omits it clears the agent's pin so the session follows t…
overview
Claude Developer Platform · in the page
release-notes/overview
…each server's fetched tool list in an `mcp_tool_listing` block, which pins that list when you send it back. ### September 18, 2026 * The [Compliance API](https://platform.claude.com/docs/en/manage-c…
Hosting the Agent SDK
Claude Code CLI · in the page
agent-sdk/hosting
…that span many interactions but sit idle between them. The container spins down during idle periods and spins back up when the user returns. Example workloads include a personal project manager with…
Claude Code on Amazon Bedrock
Claude Code CLI · in the page
amazon-bedrock
…me to reopen the wizard and change your credentials, region, or model pins. The model pin step starts from your currently pinned models. The wizard writes to `~/.claude/settings.json`, or to `$CLAUDE_…
Claude Code changelog
Claude Code CLI · in the page
changelog
…d high CPU usage: a busy loop in long-running idle sessions no longer pins a CPU core, and rapid terminal focus reports during a session recap no longer keep the CPU high * Fixed Claude sometimes re…
Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry
Claude Code CLI · in the page
claude-apps-gateway
…fingerprints the gateway's TLS leaf certificate on first connect and pins it per hostname. It checks that pin again during sign-in, on silent session refreshes, and on managed-settings fetches, while…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…don't track per-region model availability. Setting a specific region pins every request to it. | Setup | How…
Claude apps gateway deployment and operations
Claude Code CLI · in the page
claude-apps-gateway-deploy
…link-local and cloud-metadata addresses plus loopback by default, and pins the connection to the resolved IP, so those operator-influenced URLs can't be redirected to cloud metadata endpoints. RFC 191…
Deploy Claude apps gateway on AWS
Claude Code CLI · in the page
claude-apps-gateway-on-aws
…ker in to it. Immutable tags mean the `<version>` tag the deploy step pins cannot later be silently re-pointed at a different image: ```bash theme={null} aws ecr create-repository --repositor…
Commands
Claude Code CLI · in the page
commands
…n Bedrock](/docs/en/amazon-bedrock) authentication, region, and model pins through an interactive wizard. [Hidden from the command menu](#how-the-command-menu-matches-what-you-type) until `CLAUDE_CODE…
Development containers
Claude Code CLI · in the page
devcontainer
…your existing file. The version tag at the end, such as `:1.0`, pins the feature's install script, not the Claude Code release. The feature installs the latest Claude Code, and Claude Code auto-…
Claude Code on Google Cloud's Agent Platform
Claude Code CLI · in the page
google-vertex-ai
…pen the wizard and change your credentials, project, region, or model pins. The model pin step starts from your currently pinned models. The wizard writes to `~/.claude/settings.json`, or to `$CLAUDE_…
Run Claude Code programmatically
Claude Code CLI · in the page
headless
…k to a prompt: ```bash theme={null} claude -p "Update the dependency pins and run the tests" --permission-mode auto --permission-prompts none ``` With `--permission-prompts none`, Claude Code remove…
Connect Claude Code to an LLM gateway
Claude Code CLI · in the page
llm-gateway-connect
…ock covers routing and authentication. The region overrides and model pins from the [Agent Platform setup](/docs/en/google-vertex-ai#4-configure-claude-code) apply through a gateway as well: * **Per-…
Claude Code gateway compatibility guide
Claude Code CLI · in the page
llm-gateway-protocol
…/costs#background-token-usage) unless `ANTHROPIC_DEFAULT_HAIKU_MODEL` pins one | The default Sonnet model, or the main model once one is selected, as the [Amazon Bedrock](/docs/en/amazon-bedrock#4-pin…
Deploy managed settings
Claude Code CLI · in the page
managed-settings
…| Credential helpers such as `apiKeyHelper`, login pins such as `forceLoginOrgUUID`, `modelPicker`, `permissions.defaultMode` | | `env` | Mer…
Model configuration
Claude Code CLI · in the page
model-config
…at has no built-in picker row, such as an older version that the list pins, appears in the `/model` picker as its own labeled row, unless Claude Code replaces the built-in options with a [`modelPicker…
Monitoring
Claude Code CLI · in the page
monitoring-usage
…nd names an OTLP endpoint in the environment it provides, Claude Code pins the destination the same way: the launcher's telemetry variables remove developer-set variables exactly as managed settings d…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…on order, including `archive` sources. <Warning> Setting `version` pins the plugin for every source type except [`command`](#command-sources), whose version always includes a hash of what the comma…
Recommend plugins for your org
Claude Code CLI · in the page
plugin-relevance
…is directory` or `suggested for terraform commands`. The Discover tab pins a given plugin once; later visits list it in normal order. ## Validate your marketplace Run `claude plugin validate` agains…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…`version` | string | Optional. Semantic version. Setting this pins the plugin to that version string, so users only receive updates when you bump it, except for a [`command` source](/docs/en/p…
Configure the sandboxed Bash tool
Claude Code CLI · in the page
sandboxing
…filesystem isolation on. Whether a managed `credentials.files` entry pins `filesystem.disabled`, locking the key to managed settings so developers can't turn filesystem isolation off, depends on the…
Run prompts on a schedule
Claude Code CLI · in the page
scheduled-tasks
…in 45 minutes, check whether the integration tests passed ``` Claude pins the fire time to a specific minute and hour using a cron expression and confirms when it will fire. ## Manage scheduled task…
Deploy self-hosted environments to production
Claude Code CLI · in the page
self-hosted-environments-deploy
…ny spelling of `HTTPS_PROXY` or `HTTP_PROXY` that you didn't set, and pins `NO_PROXY` to the runner's own value. * **Logs**: the runner never logs the header value. ## Configure git The runner manag…