Add environment
add_environmentSets up a development, staging, or production environment for a project, inferring its kind from the name when not provided, so policy and approval rules can govern actions in that environment.
Instructions
Add an environment (e.g. staging, production) to a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Inferred from name if omitted | |
| name | Yes | e.g. 'staging' or 'production' | |
| project | No |