Search the documentation
5 pages for inferencecustomheaders.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Changelog
Claude Documentation · in the page
cowork/changelog
…-app warning from September 10, 2026: `inferenceGatewayHeaders` (use `inferenceCustomHeaders`), `trustBootstrapLocalExec` (use `trustBootstrapDelivery`), `enduserAttribution` (use `endUserAttribution`…
Configuration reference
Claude Documentation · in the page
third-party/claude-desktop/configuration
…gateway.example.com/v1", "inferenceGatewayApiKey": "sk-example", "inferenceCustomHeaders": { "X-Tenant-Id": "acme" } } ``` Because the file is real JSON, array- and object-typed keys use native J…
Configuration changelog
Claude Documentation · in the page
third-party/claude-desktop/configuration-changelog
…the cut-off, which it does not): * `inferenceGatewayHeaders`: use `inferenceCustomHeaders` instead. After the cut-off no custom inference headers are sent. * `inferenceCustomHeaders`, `otlpHeader…
Write a credential helper
Claude Documentation · in the page
third-party/claude-desktop/credential-helper
…": "prod" } } ``` Headers from the JSON object are merged over [`inferenceCustomHeaders`](/docs/third-party/claude-desktop/configuration#inferencecustomheaders); the helper's value wins on a conf…
Deploy Claude Desktop on 3P with an LLM gateway
Claude Documentation · in the page
third-party/claude-desktop/gateway
…every inference request (tenant routing, org IDs, and similar), set [`inferenceCustomHeaders`](/docs/third-party/claude-desktop/configuration#inferencecustomheaders). It applies to all providers, not…