cURL
curl --request POST \ --url https://api.vertracloud.app/v1/workspaces \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "tags": [ {} ] } '
{ "response": { "id": "org123", "name": "myworkspace", "description": "I have a description :)", "tags": ["discord", "programming", "software", "technology"], "owner_id": "993591427428790342", "members": [ { "user_id": "993591427428790342", "role": "owner", "joined_at": "2026-03-14T19:58:00Z" } ], "created_at": "2026-03-14T19:58:00Z", "updated_at": "2026-03-14T19:58:00Z" } }
Creates a new workspace.
Show Toggle object
owner
UNAUTHORIZED
PLAN_RESTRICTED_FEATURE
ORGANIZATION_NAME_ALREADY_EXISTS
{ "code": "UNAUTHORIZED" }