Create a new project in the organization. Projects can be created and archived, but cannot be deleted.
POST /organization/projects
POST
/organization/projects
Authorizations
Request Body required
The project create request payload.
object
name
required
The friendly name of the project, this name appears in reports.
string
Responses
200
Project created successfully.
Represents an individual project.
object
id
required
The identifier, which can be referenced in API endpoints
string
object
required
The object type, which is always organization.project
string
name
required
The name of the project. This appears in reporting.
string
created_at
required
The Unix timestamp (in seconds) of when the project was created.
integer
archived_at
The Unix timestamp (in seconds) of when the project was archived or null
.
integer
status
required
active
or archived
string