environment_create
Create a new environment for a project, specifying name, optional environment variables as JSON, and an optional password.
Instructions
Create a new environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project. | |
| name | Yes | Environment name. | |
| json_data | No | JSON string with environment variables. | {} |
| password | No | Optional password for the environment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |