Skip to main content
POST
/
accounts
/
workspaces
/
Create workspace
curl --request POST \
  --url https://api.futureagi.com/accounts/workspaces/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Production Workspace"
}'

Authorizations

Authorization
string
header
required

JWT token obtained from /accounts/token/ endpoint

Body

application/json
name
string
required
Example:

"Production Workspace"

description
string

Response

201

Workspace created successfully