---
title: "Create a new project"
method: POST
path: "/v1/{org_name}/projects"
tags: ["Projects"]
---

# Create a new project

`POST /v1/{org_name}/projects`

## Path parameters

- `org_name` string, required

## Request body

- object
  - `groups` string[] — List of group slugs or names to associate the project with
  - `catalog` string — Catalog to align to. Required if mulitple catalogs are in use
  - `project_name` string, required
  - `default_branch` string
  - `external_identifier` string — An optional custom identifier that can be set that corresponds to something outside of Tidelift

## Response `201`

Project that was created

- object
  - `name` string, required
  - `catalog` string
  - `groups` string[], nullable, required — List of group slugs associated with the project
  - `branching_behavior` 'specified_branch' | 'latest_aligned_branch', required — Controls how the project's default branch is determined. `specified_branch` uses the branch set in `default_branch`. `latest_aligned_branch` automatically updates to the most recently aligned branch.
  - `default_branch` string, required
  - `external_identifier` string, nullable, required — An optional custom identifier that can be set that corresponds to something outside of Tidelift
  - `using_catalog` string, nullable, required
  - `dot_tidelift` string, required

## Other responses

- `400` — The project name, external identifier, branch name, groups or catalog are invalid.
- `401` — Unauthorized
- `403` — The user is not an admin of the organization or doesn't belong to the organization.

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
