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

# Create a new project

`POST /projects`

## Request body

- ProjectCreate
  - `name` string, required
  - `description` string
  - `status` string

## Response `201`

Project created successfully

- ApiResponse
  - `message` string — Response status message
  - `data` unknown

## Changes

- **2025-09-11** `cfa9ae933c17` — 1 breaking, 9 warning, 6 info
  - added the new required request property `name`
  - removed the request property `ai_risk_classification`
  - removed the request property `goal`
  - removed the request property `id`
  - …12 more
- **2025-01-22** `ed48b7196725` — 13 breaking, 9 warning, 15 info
  - the request property `goal` became not nullable
  - removed the enum value `Authorized representative` of the request property `type_of_high_risk_role`
  - removed the enum value `Deployer` of the request property `type_of_high_risk_role`
  - removed the enum value `Distributor` of the request property `type_of_high_risk_role`
  - …33 more

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

---

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