| Environment | |
| GET List environments | List all environments for the target assistant. |
| GET Get traffic split | Get the current traffic split configuration for all environments. |
| GET Get environment | Get a specific environment by ID or alias. |
| GET Export environment JSON | Export a specific environment by ID or alias as a JSON file. |
| POST Create environment | Create a new environment by cloning another environment. |
| POST Publish environment | Publish an environment’s draft as its new published version. |
| PATCH Update traffic split | Update the traffic split configuration. Percentages must sum to 100. |
| DELETE Delete environment | Delete a specific environment by ID or alias. |