---
title: "Create environment"
method: POST
path: "/v1/private/environments"
tags: ["Environments"]
---

# Create environment

`POST /v1/private/environments`

Create environment

## Request body

- EnvironmentWrite
  - `id` string, uuid
  - `name` string, required
  - `description` string
  - `color` string
  - `position` integer

## Response `201`

Created

## Other responses

- `409` — Conflict

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
