---
title: "Create environment"
method: POST
path: "/environments"
---

# Create environment

`POST /environments`

Create a new environment for an app.

## Request body

- CreateEnvironmentParams
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `name` string, required — The name of the environment

## Response `201`

Created

- CreateEnvironmentResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `environment` Environment, required
    - `is_deletable` boolean, required — If this environment is able to be deleted.
    - `name` string, required — The human readable name for the environment

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
