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

# Create Project

`POST /projects`

## Request body

- CreateProjectRequest
  - `name` string, required
  - `make_default` boolean

## Response `201`

Successful Response

- ProjectsResponse
  - `organization_id` string, uuid, nullable
  - `organization_name` string, nullable
  - `workspace_id` string, uuid, nullable
  - `workspace_name` string, nullable
  - `project_id` string, uuid, required
  - `project_name` string, required
  - `is_default_project` boolean
  - `user_role` string, nullable
  - `is_demo` boolean, nullable

## Other responses

- `422` — Validation Error

---

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