Test Management
Create project
Create a new test project inside a space.
POST
Creates a new test project in the given space. Once created, you can add test suites, test cases, and test runs to the project.
You must hold write access to the target space to create a project.
Path parameters
The slug of the target space. Visible in the space URL.
Request body
Display name for the test project.
Optional description of the test project.
Emoji icon for the project. Defaults to
🧪.Response
Unique identifier of the newly created test project.
Display name of the test project.
Description of the test project, or
null if not provided.Emoji icon for the project.
UUID of the space this project belongs to.

