// Workspace Variables

Create a workspace variable

Create a new variable at the workspace level.

POST/api/workspace-variable

Description

Creates a workspace variable.

Parameters

NameInTypeRequiredDescription
workspaceId body string yes ID of the workspace.
name body string yes Variable name.
description body string no Optional description.
variableType body string no See below.

Variable types

variableType accepts Text, Secret, Script, Number, Boolean, Date, Map, and Json. Text is used when the field is omitted.

Errors

StatusMeaning
400 Invalid workspaceId, invalid variableType, or validation failure.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.