v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Projects

Create a Project

Creates a project owned by a team. The requester must be an editor-or-above member of the owning team, or an admin of that team's organization. The project name and slug must each be unique within the owning team.

post/v1/projects

Request body

team_idstring uuid required

The team that will own the project.

namestring required

Human-readable project name.

slugstring

Optional normalized slug; derived from the name when omitted.

Response

Project created successfully