---
title: "Create Organisation"
method: POST
path: "/me/organisations"
tags: ["User API"]
---

# Create Organisation

`POST /me/organisations`

Create an organisation, subject to the caller's organisation limit.

The limit counts additional organisations only: the personal organisation
is free and never counted, so ``limit = 1`` means personal plus one extra
and ``limit = 0`` — the default — means personal only.

## Request body

- CreateOrganisationRequest — Request body to create an organisation.
  - `name` string, required

## Response `201`

Successful Response

- Organisation — An organisation. Its id is the scope key used by every scoped table.
  - `id` string, required
  - `name` string, required
  - `owner_user_id` string, required
  - `is_personal` boolean
  - `archived` boolean
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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