---
title: "Create business unit"
method: POST
path: "/api/governance/business-units"
tags: ["Governance"]
---

# Create business unit

`POST /api/governance/business-units`

Creates a new business unit. Names must be unique.

## Request body

- object — Create business unit request
  - `name` string, required

## Response `200`

Business unit created successfully

- object — Response for business unit create/update operations
  - `id` string
  - `name` string

## Other responses

- `400` — Bad request
- `409` — A business unit with this name already exists
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
