---
title: "Create project"
method: POST
path: "/api/v0/experiments/projects"
tags: ["Experiment Tracker"]
---

# Create project

`POST /api/v0/experiments/projects`

Create a new experiment project.

## Request body

- ProjectCreateRequest — Request body for creating a project.
  - `name` string, required
  - `description` string, nullable

## Response `200`

Successful Response

- ProjectResponse — Summary of a project (no nested children).
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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