---
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

---

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