# Create Compile And Execute Environment Create environment in catalog, compiles it and then finally execute it. Endpoint: POST /v1/idp-environments Version: 1.0 Security: x-api-key ## Header parameters: - `Harness-Account` (string) Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped. ## Query parameters: - `orgIdentifier` (string) Unique identifier of the organization within the account - `projectIdentifier` (string) Unique identifier of the project within the organization ## Request fields (application/json): - `environment_name` (string, required) Environment Name - `environment_identifier` (string, required) Environment Identifier - `owner` (string, required) Owner - `environment_blueprint_identifier` (string, required) Environment BluePrint Identifier - `overrides` (string, required) Overrides in Yaml format - `tags` (array) Tags - `description` (string) Description ## Response 200 fields