Skip to main content
POST
/
api
/
v1
/
workspaces
Create Workspace
curl --request POST \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/workspaces \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "bngzmiyvdljnikhw",
  "description": "Eius et animi quos velit et."
}
'
{
  "data": {
    "id": "01kqh44btjhd19y38a1dekj1dx",
    "name": "My Workspace",
    "description": "Example description.",
    "created_at": "2026-05-01T06:38:01+00:00",
    "updated_at": "2026-05-01T06:38:01+00:00"
  }
}

Documentation Index

Fetch the complete documentation index at: https://cooloquiptyltd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
name
string
required

Must be at least 1 character.

Example:

"bngzmiyvdljnikhw"

description
string | null
Example:

"Eius et animi quos velit et."

Response

201 - application/json
data
object