POST
/
api
/
trpc
/
project.create

Create Project

Create a new project within your organization for organizing your automated tests.

Headers

IRIS_ACCESS_TOKEN
string
required

Your Iris API access token

Body

name
string
required

Name of the project

description
string
required

Description of the project

organizationId
string
required

ID of your organization

Response

Returns the created project details upon success.

Response Fields

id
string

Unique identifier for the created project

name
string

Name of the project

description
string

Description of the project

organizationId
string

The organization ID associated with the project

createdAt
date

Timestamp of when the project was created

updatedAt
date

Timestamp of when the project was last updated