Skip to main content
PATCH
Update a 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.

Path Parameters

project_id
string
required

Body

application/json

Project update parameters

Request body for updating a project

companyId
string
required

Company 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

Response

Updated 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