v1

latestOpenAPI 3.0.02026-07-2251509353.3 KB
EnvironmentPublicApi
Public-Docs

Create environment

Create a new environment by cloning another environment. When alias is omitted, one is generated from name. When cloneFromEnvironmentID is omitted, the assistant's main environment is used.

post/v1alpha1/project/{projectID}/environment

Path parameters

projectIDstring required

ID of the project that owns the environments.

Request body

namestring required
aliasstring
cloneFromEnvironmentIDstring

Response

The newly created environment.