---
title: "Create Project"
method: POST
path: "/v1/projects/"
tags: ["v1", "protected", "projects"]
---

# Create Project

`POST /v1/projects/`

Create a new project.

## Request body

- ProjectCreate
  - `description` string, nullable
  - `instructions` string, nullable
  - `name` string, required
  - `parent_project_id` string, nullable

## Response `201`

Successful Response

- ProjectResponse
  - `agents` ProjectAgentRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `created_by` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `instructions` string, nullable, required
  - `mcp_instances` ProjectMcpInstanceRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `minio_prefix` string, required
  - `name` string, required
  - `parent_project_id` string, nullable, required
  - `skills` ProjectSkillRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-30** `e9c153221160` — 2 info
  - the `name` request property's minLength was decreased from `1` to `0`
  - added the required property `minio_prefix` to the response with the `201` status

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

---

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