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

# Create a project

`POST /projects`

Create a new project

## Request body

- Project
  - `id` integer
  - `name` string
  - `webhooks` object
  - `branches` object[]

## Response `201`

Successfully created run

## Changes

- **2021-01-31** `ecd12e02213d` — 1 info
  - added optional request body
- **2021-01-31** `6dffc3a4de00` — 1 breaking
  - removed the request body

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/projects/post.md)

---

[API](https://skmtc.dev/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.dev/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
