All skills
Skillintermediate
Google Secret Manager
Google Secret Manager — reference document from Claude Code knowledge pack.
Claude Code Knowledge Pack7/10/2026
Overview
Google Secret Manager
:::info
✨ This is an Enterprise Feature
Contact us here to get a free trial
:::
Support for Google Secret Manager
- Save Google Secret Manager details in your environment
GOOGLE_SECRET_MANAGER_PROJECT_ID="your-project-id-on-gcp" # example: adroit-crow-413218
Optional Params
- Add to proxy config.yaml
model_list:
- model_name: fake-openai-endpoint
litellm_params:
model: openai/fake
api_base: https://exampleopenaiendpoint-production.up.railway.app/
api_key: os.environ/OPENAI_API_KEY # this will be read from Google Secret Manager
general_settings:
key_management_system: "google_secret_manager"
You can now test this by starting your proxy:
litellm --config /path/to/config.yaml