name is required (max 255 chars), text and sort are optional. Returns the created BuildStepResource.view tasks (route inherits from parent tasks group)curl --location 'https://api-dev.commandroom.ai/api/api/tasks/42/build-steps' \
--header 'X-Tenant-Uuid: ' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "Sample Name",
"text": "string",
"sort": 1
}'{
"data": {
"id": 1,
"task_id": 1,
"name": "Sample Name",
"sort": 1,
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}