---
title: "Create Organization"
method: POST
path: "/organization/create-organization"
tags: ["Agent Dashboard - Organization"]
---

# Create Organization

`POST /organization/create-organization`

## Query parameters

- `team_id` string, uuid

## Request body

- OrganizationCreate
  - `name` string

## Response `201`

Successful Response

- Organization
  - `id` string, uuid
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `user_id` string, uuid, required — The ID of the user associated with the organization.
  - `name` string, required — The name of the organization.

## Other responses

- `422` — Validation Error

---

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