Skip to main content
Create a new room in your organization. Rooms are the core collaboration context — all users, presence, stores, comments, and files are scoped to a room.

Endpoint

Authentication

Bearer token required.

Request Body

name
string
required
A name for the room. Can be any string (e.g., "whiteboard/room-one", "project-alpha").
customId
string
Optional custom identifier for external system correlation. Must be unique within your organization.

Response

room
CollabKitRoom
The created room. See CollabKitRoom.

Example

Response (201)