create-environment
Create a new environment in an Infisical project using project ID, name, and slug. Optionally set a position to control ordering.
Instructions
Create a new environment in Infisical
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the environment to create (required) | |
| slug | Yes | The slug of the environment to create (required) | |
| position | No | The position of the environment to create | |
| projectId | Yes | The ID of the project to create the environment in (required) |