Skip to main content
POST
Create workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Workspace name

Required string length: 1 - 100
logoPath
string

Path to workspace logo

workspaceSettings
object

Workspace settings

integrationVersion
string
default:v1

Integration version

assistantIds
string<uuid>[]

List of assistant IDs

isAutoCreate
boolean

Whether this workspace is auto-created

Response

Workspace created

success
enum<boolean>
required
Available options:
true
data
object
required