Api Key Helper
Settings authentication 309
npx claude-code-templates@latest --setting authentication/api-key-helper Content
JSON
{
"description": "Configure a custom script to dynamically generate authentication tokens. The scr..."
"apiKeyHelper": "/bin/generate_temp_api_key.sh"
"env": {
"CLAUDE_CODE_API_KEY_HELPER_TTL_MS": "3600000"
}
}