Skip to main content
Use app environment variables for values that change between environments or should not be committed to your code.

Common secrets

Update app variables

PUT /api/apps/:appId/env merges the variables you send into the existing environment.
Variables are injected at startup. Restart the app after changing values used during boot.

Rotate an API key

1

Create a replacement key

2

Update your systems

Swap the old key in CI/CD, internal services, and anything that calls Hyze Cloud.
3

Revoke the old key

A new key’s value is shown only once. Store it in your secrets manager immediately.

Next steps

API keys

Create, update, disable, and revoke keys via API.

Secrets and environment variables

Understand the platform’s env var rules.
Last modified on September 1, 2026