latestOpenAPI 3.0.32026-08-10152216352.3 KB
eea119b4113f
Runners Workspaces
Create a new workspace
Creates a new workspace with the provided configuration
post/runners/workspaces
Request body
Example request
{
"runnerType": "firefly_runners",
"iacType": "terraform",
"workspaceName": "my-workspace",
"description": "Production environment workspace",
"labels": [
"production",
"terraform"
],
"vcsId": "5fd126f5744410407fbc552f",
"repo": "infralight/appiac",
"defaultBranch": "main",
"vcsType": "github",
"workDir": "terraform/production",
"consumedVariableSets": [
"var-set-1",
"var-set-2"
],
"execution": {
"triggers": [
"merge"
],
"applyRule": "manual",
"terraformVersion": "1.5.7"
},
"poolId": "123e4567-e89b-12d3-a456-426614174000"
}Response
Workspace created successfully
Example response
{
"poolId": "123e4567-e89b-12d3-a456-426614174000"
}