---
title: "Create Environment Endpoint"
method: POST
path: "/v1/environments"
tags: ["v1-environments"]
---

# Create Environment Endpoint

`POST /v1/environments`

## Request body

- CreateEnvironmentRequest
  - `org_id` string, nullable
  - `ownership_type` string, required
  - `provider` string, required
  - `region` string, required
  - `credentials` object, nullable
  - `neon_api_key` string, required
  - `aws_account_connection_id` string, nullable
  - `tier` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/revisions/71b66f68e19c/schema)
