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

# Create a new project

`POST /v1/projects`

An endpoint for creating a new project

## Request body

- CreateProjectRequest
  - `agentDeploymentType` 'HYBRID' | 'FULL_SAAS', required — The deployment type of the agent
  - `description` string — The description of the new project
  - `name` string, required — The name of the new project
  - `warehouse` 'SNOWFLAKE' | 'REDSHIFT' | 'BIGQUERY' | 'DATABRICKS', required — The target data warehouse for the project

## Response `201`

Project created

- CreateProjectResponse
  - `projectId` string, uuid

## Other responses

- `400` — Wrong request parameters used
- `403` — Unauthorized
- `409` — Name needs to be unique
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/versions/6239825f68eb/schema)
