---
title: "Create Project"
method: POST
path: "/projects"
---

# Create Project

`POST /projects`

Create a new Project.

## Request body

- object
  - `name` string, required — The name of the Project.
  - `description` string, required — The description of the Project.

## Response `201`

Project created successfully

- Project — A Project in the Scorecard system.
  - `id` string, required — The ID of the Project.
  - `name` string, nullable, required — The name of the Project.
  - `description` string, nullable, required — The description of the Project.

## Other responses

- `401` — Error indicating that the request is not authenticated.
- `500` — An internal service error indicating an issue with the Scorecard service.

## Changes

> 37 revisions in range; 1 could not be searched.

- **2025-05-07** `eef937e84c29` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/scorecard-ai/apis/scorecard-api/changes/projects/post.md)

---

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