coolify_create_application_env
Create environment variables for applications. Specify key-value pairs and control availability for preview, runtime, or build phases.
Instructions
Create an environment variable for an application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Variable name | |
| uuid | Yes | Application UUID | |
| value | Yes | Variable value | |
| is_preview | No | Apply to preview deployments | |
| is_runtime | No | Available at runtime | |
| is_buildtime | No | Available during build |