Create Workspace Variable
unfour.workspace.create_variableCreate a workspace-global variable by defining its key, value, and options such as secret, enabled, sort order, and description. Mask sensitive values when secret to protect critical data.
Instructions
Creates one workspace-global variable through the command bus. Returned values are masked when secret or sensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| isSecret | No | ||
| isEnabled | No | ||
| sortOrder | No | ||
| description | No | ||
| workspaceId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||