---
title: "Create a new project in the organization. Projects can be created and archived, but cannot be deleted."
method: POST
path: "/organization/projects"
tags: ["Projects"]
---

# Create a new project in the organization. Projects can be created and archived, but cannot be deleted.

`POST /organization/projects`

## Request body

- ProjectCreateRequest
  - `name` string, required — The friendly name of the project, this name appears in reports.

## Response `200`

Project created successfully.

- Project — Represents an individual project.
  - `id` string, required — The identifier, which can be referenced in API endpoints
  - `object` 'organization.project', required — The object type, which is always `organization.project`
  - `name` string, required — The name of the project. This appears in reporting.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the project was created.
  - `archived_at` integer, nullable — The Unix timestamp (in seconds) of when the project was archived or `null`.
  - `status` 'active' | 'archived', required — `active` or `archived`

---

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