Skip to main content
POST
Create a new project

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Body

application/json
name
string
required

Display name for the new project

copyAutomations
boolean

Copy the source project automations. Defaults to true.

copyDataModel
boolean

Copy the source project data model (categories, fields, tag options). Defaults to true.

copyFromProjectId
string

When provided, copies structure from the specified project into the new one. Which parts are copied is controlled by the copy* flags below (all default to true, so omitting them copies everything, as before). Takes precedence over seedFromTemplate.

copySkills
boolean

Copy the source project skills (and skill folders). Defaults to true.

copyViews
boolean

Copy the source project saved views. Requires copyDataModel. Defaults to true.

seedFromTemplate
boolean

Seed the new project from the workspace default-template project (data model, saved views, and dashboards). Ignored when copyFromProjectId is set. Defaults to false — an omitted flag yields a blank project.

Response

201 - application/json
ai_model
string
required
created_at
string
required
id
string
required
name
string
required
slug
string
required