Random Environment Variable Name Generator

 
Environment variable name generated locally in your browser using Web Crypto randomness. Names only — no secret values.

UPPER_SNAKE_CASE config keys

Generate uppercase snake_case environment variable names such as API_TIMEOUT_MS, PAYMENT_WEBHOOK_SECRET, or FEATURE_SEARCH_ENABLED. Each name combines a config domain with two to four segments and an optional suffix such as URL, KEY, ENABLED, or TIMEOUT_MS.

Useful for .env examples, docs, CI config, and mock configuration without inventing placeholder keys by hand. These are config key names only — never secret values, real credentials, or tokens.