Create an EnvironmentAsk AIpost https://api.optimizely.com/v2/environmentsCreate an Environment in a provided ProjectBody ParamsA string in JSON format that includes all the fields to create an EnvironmentarchivedbooleanBoolean representing whether the Environment is archived.falsetruefalsedatafilestringdescriptionstringA short description of the Environment.has_restricted_permissionsbooleanDefaults to falseBoolean representing whether starting experiments should be restricted to publishers and above in this Environment.truefalsekeystringrequiredlength ≤ 64Unique string identifier for this Environment within the Project.namestringrequiredName of the Environment.priorityintegerInteger representing the priority of the Environment. This is used for ordering in the UI.project_idintegerrequiredID of the project of the Environment.Responses 201Return the created Environment 400Invalid request body supplied 401Invalid credentials 403You do not have permission to create an Environment in the specified Project defaultUnexpected errorUpdated 7 months ago