Create Project Environment
coolify_create_environmentCreate a new environment for a project, specifying the name and target Coolify instance (prod or dev) to organize deployment stages.
Instructions
Create a new environment within a project (e.g. 'production', 'staging', 'preview').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Environment name (e.g. production, staging) | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| project_uuid | Yes | UUID of the parent project |