---
title: "Add a new project"
method: POST
path: "/projects"
---

# Add a new project

`POST /projects`

## Request body

- Project
  - `id` integer
  - `name` string
  - `description` string

## Response `201`

Project created

---

[API](https://skmtc.dev/gitbookio/apis/the-lightswitch-api.md) · [All operations](https://skmtc.dev/gitbookio/apis/the-lightswitch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitbookio/the-lightswitch-api/revisions/6dc2430da32f/schema)
