latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

Projects

Create a project

Deprecated: use POST /org/projects instead. This route will be removed on 2026-11-24.

Create a new project within the authenticated organization.

post/projects

Request body

namestring required

Project name (1-255 Unicode code points; cannot contain / or %)

Example request

{
  "name": "staging"
}

Response

Project created successfully

created_atstring date-time required

When the project was created

idstring required

Unique project identifier

namestring required

Project name

status'active' | 'archived' required

Project status

updated_atstring date-time required

When the project was last updated

Example response

{
  "id": "proj_abc123",
  "name": "production",
  "status": "active"
}