---
title: "POST /companies/{companySlug}/projects"
method: POST
path: "/companies/{companySlug}/projects"
tags: ["projects"]
---

# POST /companies/{companySlug}/projects

`POST /companies/{companySlug}/projects`

Creates a new project

## Request body

- ProjectRequest
  - `number` string, required
  - `name` string, required
  - `description` string
  - `startDate` string, date, required — Start date for the project, inclusive, format yyyy-mm-dd
  - `endDate` string, date — End date for the project, inclusive, format yyyy-mm-dd
  - `contactId` integer
  - `completed` boolean — Whether the project is completed or not.

## Response `201`

Created

---

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