---
title: "The given ecosystem is created."
method: POST
path: "/api/v2/ecosystems"
tags: ["Ecosystem"]
---

# The given ecosystem is created.

`POST /api/v2/ecosystems`

A new ecosystem is created with the given name.

## Request body

- object
  - `Name` string, required — Name of the new ecosystem. Certain non-alphanumeric characters may automatically be replaced by underscore (_) character. It cannot contain invalid characters:' " ) > ;

## Response `200`

Success

- object
  - `EcosystemId` number — The id of newly created ecosystem

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
