---
title: "Create Project"
method: POST
path: "/api/v1/projects/"
tags: ["Projects"]
---

# Create Project

`POST /api/v1/projects/`

## Request body

- FolderCreate
  - `auth_settings` object, nullable — Authentication settings for the folder/project
  - `components_list` string[], nullable
  - `description` string, nullable
  - `flows_list` string[], nullable
  - `name` string, required

## Response `201`

Successful Response

- FolderRead
  - `auth_settings` object, nullable — Authentication settings for the folder/project
  - `description` string, nullable
  - `id` string, uuid, required
  - `name` string, required
  - `parent_id` string, uuid, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.net/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
