Corporate Proxy
Settings api 157
Configure proxy settings for corporate network environments. Allows Claude Code to work behind corporate firewalls and proxy servers while maintaining security compliance with enterprise network policies.
npx claude-code-templates@latest --setting api/corporate-proxy claude-code — corporate-proxy
Content
JSON
{
"description": "Configure proxy settings for corporate network environments. Allows Claude Code ..."
"env": {
"HTTP_PROXY": "http://proxy.company.com:8080"
"HTTPS_PROXY": "https://proxy.company.com:8080"
}
}