Valqio Docs
Reference

Environment variables

Runtime configuration values used by server-side Valqio SDK integrations.

Use Console as the source of truth for hosted values.

VariableUsed byDescription
VALQIO_API_KEYRuntime SDKServer runtime API key for the project and environment.
VALQIO_DATA_PLANE_URLRuntime SDKHosted runtime data plane URL from Console.
VALQIO_PROJECT_IDRuntime SDKProject identifier.
VALQIO_ENVIRONMENTRuntime SDKEnvironment 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.

On this page