Skip to main content
POST
Create Workspace

Authentication & Scope

Requires the workspaces-write ability.

Request

Body Parameters

Response

201 Created – The newly created workspace.
422 Unprocessable Entity – Validation error.

Authorizations

Authorization
string
header
required

Personal Access Token created from the Raydocs dashboard. Include in the Authorization header: Bearer <your_token> See API Keys for token creation and management.

Body

application/json
name
string
required

Workspace name

Example:

"My Project"

icon
string

Emoji or icon

Example:

"📊"

Response

Created

id
integer
read-only
name
string
icon
string
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only