1 line
414 B
JSON
1 line
414 B
JSON
{"content": "{\n \"description\": \"Configure a custom script to dynamically generate authentication tokens. The script will be executed to obtain fresh API keys, useful for environments with rotating credentials or temporary access tokens. TTL is set to 1 hour (3600000ms).\",\n \"apiKeyHelper\": \"/bin/generate_temp_api_key.sh\",\n \"env\": {\n \"CLAUDE_CODE_API_KEY_HELPER_TTL_MS\": \"3600000\"\n }\n}"} |