---
title: "Create project"
method: POST
path: "/projects"
tags: ["Projects"]
---

# Create project

`POST /projects`

Create a project for the authenticated tenant.

## Request body

- object
  - `name` string, required
  - `description` string, nullable

## Response `201`

Project created

- object
  - `id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `sort_order` number, required
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/uselemma/apis/lemma-platform-api.md) · [All operations](https://skmtc.dev/uselemma/apis/lemma-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uselemma/lemma-platform-api/revisions/5242165d7015/schema)
