coolify_create_env
Create a new environment variable for a Coolify application. Specify the application UUID, variable name, and value, with optional settings for preview deployments or multiline values.
Instructions
[WRITE] Create a new environment variable for a Coolify application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Variable name (e.g. DATABASE_URL) | |
| uuid | Yes | UUID of the application | |
| value | Yes | Variable value | |
| comment | No | Comment or note for this variable | |
| is_literal | No | Do not interpolate/expand the value | |
| is_preview | No | Only for pull request preview deployments | |
| is_multiline | No | Value contains newlines | |
| is_shown_once | No | Value is only shown once then hidden |