/projectsCreate a project
Creates a new project in a workspace or team. Supply workspace to establish the project's required workspace or organization, and supply team when the workspace is an organization; use custom_fields, followers, owner, and custom_type to configure the project when applicable. A 201 response returns the complete created project record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The project to create in the data block; workspace is required, and team is also required when the workspace is an organization.
A 400 is returned when a parameter or request field is missing or malformed, including when the project lacks its required workspace. A 401 is returned when you do not provide a valid authentication token, and a 403 is returned when the authenticated user cannot create or access the project. A 404 is returned when the action is not recognized or a referenced object does not exist; a 500 indicates a server-side failure.