---
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.dev/thuir/apis/mem0-api-docs.md) · [All operations](https://skmtc.dev/thuir/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thuir/mem0-api-docs/revisions/f569857d13db/schema)
