---
title: "Create Enterprise Organization Endpoint"
method: POST
path: "/v2/enterprise/organizations"
tags: ["organizations"]
---

# Create Enterprise Organization Endpoint

`POST /v2/enterprise/organizations`

Create a new organization in this enterprise

## Request body

- EnterpriseOrgCreate
  - `acu_limit` integer, nullable
  - `add_creator_as_member` boolean
  - `display_name` string, required

## Response `200`

Successful Response

- OrganizationResponse
  - `created_at` integer, required
  - `max_cycle_acu_limit` integer, nullable, required
  - `max_session_acu_limit` integer, nullable, required
  - `name` string, required
  - `org_id` string, required
  - `updated_at` integer, required

## Other responses

- `422` — Validation Error

---

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