---
title: "Create Project"
method: POST
path: "/v2/projects"
tags: ["projects"]
---

# Create Project

`POST /v2/projects`

Create a new project.

## Request body

- ProjectCreate
  - `name` string, required
  - `created_by` string, uuid4, nullable
  - `type` 'protect' | 'gen_ai'
  - `create_example_templates` boolean

## Response `200`

Successful Response

- ProjectCreateResponse
  - `name` string, nullable
  - `created_by` string, uuid4, nullable
  - `type` 'protect' | 'gen_ai'
  - `id` string, uuid4, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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