---
title: "POST /api/v1/orgs/organizations/"
method: POST
path: "/api/v1/orgs/organizations/"
tags: ["organizations"]
---

# POST /api/v1/orgs/organizations/

`POST /api/v1/orgs/organizations/`

Create a new organization.

## Request body

- object
  - `name` string, required — Name of the new organization.

## Response `201`

Successfully created a new organization.

- object
  - `message` string
  - `org_id` string, uuid — Unique identifier for the organization.

## Other responses

- `400` — Bad request.

---

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