Custom Headers
Settings api 107
npx claude-code-templates@latest --setting api/custom-headers Content
JSON
{
"description": "Add custom headers to API requests for specialized authentication or routing req..."
"env": {
"ANTHROPIC_CUSTOM_HEADERS": "X-Company-ID: your-company-id\nX-Environment: production\nX-API-Version: v1"
}
}