Create environment
render_create_environmentCreate a new environment for a specified project, with optional IP allow list, protection status, and network isolation settings.
Instructions
Create environment. Create a new environment belonging to the project with the provided ID. Calls POST /environments on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| projectId | Yes | ||
| ipAllowList | No | ||
| protectedStatus | No | Indicates whether an environment is `unprotected` or `protected`. Only admin users can perform destructive actions in `protected` environments. | |
| networkIsolationEnabled | No | Indicates whether network connections across environments are allowed. |