Create environment variable
checkly_create_variableMODIFIES THE CHECKLY ACCOUNT: creates a new account-level environment variable. Additive (does not overwrite existing keys). Public API: POST /v1/variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The variable key (cannot be changed later). | |
| value | Yes | The variable value. | |
| locked | No | Hide the value like a password in the UI. | |
| secret | No | Mark as secret — value becomes write-only after creation. |