Skip to main content
POST
Create a new workspace project.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Project creation parameters

Request body for creating a project

name
string
required

Project name

companyId
string
required

Company ID

description
string

Project description

instructions
string

Custom AI instructions

sharing
string
default:Private

Sharing mode: 'Private' or 'Shared'

settings
object

Additional project settings

Response

Created project

Project object

id
string

Project ID

name
string

Project name

description
string

Project description

instructions
string

Custom AI instructions

sharing
string

Sharing mode: 'Private' or 'Shared'

settings
object

Additional project settings

uid
string

Owner user ID

companyId
string

Company ID

created
number

Creation timestamp

updated
number

Last update timestamp