---
title: "POST projects instances"
method: POST
path: "/api/v1/projects"
---

# POST projects instances

`POST /api/v1/projects`

## Request body

- object
  - `description` string, nullable
  - `name` string, nullable
  - `project_name` string, nullable

## Response `200`

OK

- Projects
  - `$uri` string, required
  - `description` string, nullable
  - `external_id` string, nullable
  - `name` string, nullable
  - `owner` object, required
    - `__DOLLAR_REF__` string, uri
  - `permissions` string[], required
  - `project_name` string, nullable, required
  - `public` boolean

---

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