Projects

Create a project

Creates a new project inside the active organization.

POST /api/v1/projects

Body parameters

Name Type Required Description
name string Required

The display name of the new project. May be up to 120 characters.

Response

The project object

Field Type Description
id integer

The unique ID of the project.

organization_id integer

The ID of the organization that owns the project.

name string

The display name of the project.

created_at datetime

When the project was created.

updated_at datetime

When the project was last updated.