Trillet AI logo

Create Workspace

Create a new workspace with the authenticated user as the owner.

POSThttps://api.trillet.ai/v1/api/workspaces

Request Body

namestringrequired

The name of the workspace (e.g., "Marketing Team Workspace").

initialsstringrequired

Initials representing the workspace (e.g., "MT").

Response Fields

_idstring

The unique identifier for the newly created workspace.

namestring

The name of the workspace.

initialsstring

The initials assigned to the workspace.

teamMembersarray

List of team members associated with the workspace, starting with the owner.

createdAtstring

Timestamp when the workspace was created (ISO 8601 format).

updatedAtstring

Timestamp when the workspace was last updated (ISO 8601 format).

Create Workspace — Trillet AI