Goal
Store production configuration safely outside your source code.When to use
Use this for database URLs, API keys, session secrets, and third-party credentials.Common secrets
Update app environment variables
How it works
Hyze Cloud stores the variables with the app and injects them when the app starts. Restart the app after changing values used during startup.Rotate an API key
1
Create a replacement key
2
Update your systems
Replace the old key in CI/CD, internal services, or any integration that calls Hyze Cloud.
3
Revoke the old key
A new API key value is shown only once. Store it immediately in your secret manager.
Related endpoints
API keys
Create, update, disable, and revoke API keys.
Apps
Read and update app environment variables.

