v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Workspaces

Creates a new workspace where only the authorized user has access to. No initial data like database applications are added, they have to be created via other endpoints.

post/api/workspaces/

Headers

ClientSessionIdstring uuid

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

Request body

idinteger required
namestring required
generative_ai_models_enabledstring required

Response

idinteger required

Workspace id.

namestring required

Workspace name.

orderinteger required

The requesting user's order within the workspace users.

permissionsstring required

The requesting user's permissions for the workspace.

unread_notifications_countinteger required

The number of unread notifications for the requesting user.

generative_ai_models_enabledstring required

Generative AI models available in this workspace.