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

# Create Project

`POST /v0/project`

Creates a logging project and adds this to your account.

If using an organization API key, the project will be created as an
organizational project (requires project:write permission in the org).
If using a personal API key, the project will be a personal project.

## Request body

- ProjectConfig
  - `name` string, required — A unique, user-defined name used when referencing the project.
  - `is_versioned` boolean — Whether the project is versioned
  - `icon` string, nullable — Icon identifier for the project
  - `order` integer, nullable — Position/order of the project in list
  - `description` string, nullable — Optional description of the project

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Already Existing Project
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
