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

# Create new project

`POST /projects`

## Request body

- Project
  - `id` integer
  - `name` string, required
  - `mlflow_tracking_url` string
  - `administrators` string[]
  - `readers` string[]
  - `team` string
  - `stream` string
  - `labels` Label[]
    - `key` string
    - `value` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `201`

Created

## Other responses

- `400` — Invalid request format
- `409` — Project with the same name already exists

## Changes

- **2023-12-05** `d062ab20ef25` — 2 breaking
  - removed the request body
  - removed the media type `*/*` for the response with the status `201`
- **2020-09-28** `c4b3505de7df` — 2 breaking
  - removed the request body
  - removed the media type `*/*` for the response with the status `201`

[Change history](https://skmtc.dev/caraml-dev/apis/merlin/changes/projects/post.md)

---

[API](https://skmtc.dev/caraml-dev/apis/merlin.md) · [All operations](https://skmtc.dev/caraml-dev/apis/merlin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caraml-dev/merlin/revisions/d062ab20ef25/schema)
