---
title: "Create a new project"
method: POST
path: "/project"
tags: ["project"]
---

# Create a new project

`POST /project`

## Request body

- object
  - `name` string, required

## Response `201`

Project created

- object
  - `id` string
  - `name` string
  - `created_on` string, date-time

## Changes

- **2024-08-12** `5800c68dedbb` — 1 breaking, 1 warning, 1 info
  - the `name` request property's minLength was increased from `0` to `1`
  - the `name` request property's maxLength was set to `255`
  - the `id` response's property pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` was added for the status `201`

[Change history](https://skmtc.dev/defra/apis/twiki-api/changes/project/post.md)

---

[API](https://skmtc.dev/defra/apis/twiki-api.md) · [All operations](https://skmtc.dev/defra/apis/twiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defra/twiki-api/revisions/c3ab20af61ef/schema)
