Reference
Environment variables
Runtime configuration values used by server-side Valqio SDK integrations.
Use Console as the source of truth for hosted values.
| Variable | Used by | Description |
|---|---|---|
VALQIO_API_KEY | Runtime SDK | Server runtime API key for the project and environment. |
VALQIO_DATA_PLANE_URL | Runtime SDK | Hosted runtime data plane URL from Console. |
VALQIO_PROJECT_ID | Runtime SDK | Project identifier. |
VALQIO_ENVIRONMENT | Runtime SDK | Environment key, such as production or staging. |
Most product integrations need only these runtime variables. Keep admin and control-plane credentials out of the normal product request path.
Safety
- Store server runtime keys in backend secrets, not browser bundles.
- Rotate keys from Console when a secret may have leaked.
- Use separate keys for separate environments.
- Do not paste secrets into screenshots, support tickets, or public issue trackers.