Workflows
Workspaces
Lists all Workspaces with Filtering and Sorting Options. Supports VCS Providers Integration.
JWT authentication token
025List of Workspaces Retrieved Successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Deletes a specific workspace and its associated data
JWT authentication token
Unique identifier of the workspace
0e01b22c-7f4b-5e0f-b1c1-faff031977f8Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Workspace deleted successfully
Bad Request Error
Unauthorized Error
Not Found Error
Internal Server Error
Updates Labels for a specific Workspace
JWT authentication token
Unique identifier of the workspace
0e01b22c-7f4b-5e0f-b1c1-faff031977f8Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$List of labels to assign to the workspace
Workspace Labels Updated Successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Lists all Runs for a specific Workspace
JWT authentication token
Unique identifier of the workspace
0e01b22c-7f4b-5e0f-b1c1-faff031977f8Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$025List of Workspace Runs Retrieved Successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Lists Resources Affected by a Run
JWT authentication token
Unique identifier of the Run
684aac91c3f9b3880d3ece51Pattern: ^[0-9a-fA-F]{24}$Unique identifier of the Workspace
0e01b22c-7f4b-5e0f-b1c1-faff031977f8Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$025Run resources retrieved successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Lists code changes grouped by folders with file metadata
JWT authentication token
Unique identifier of the run
684aac91c3f9b3880d3ece51Pattern: ^[0-9a-fA-F]{24}$Unique identifier of the Workspace
0e01b22c-7f4b-5e0f-b1c1-faff031977f8Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$025Run changed code retrieved successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Guardrails
Returns a list of guardrails rules based on filter criteria
JWT authentication token
025List of guardrail rules retrieved successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Creates a new guardrail rule with optional notification setup
JWT authentication token
Guardrail Rule Created Successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Updates an existing Guardrail Rule and its Notifications
JWT authentication token
Unique identifier of the Guardrail Rule
684aac91c3f9b3880d3ece51Pattern: ^[0-9a-fA-F]{24}$Guardrail Rule Updated Successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Deletes a Guardrail Rule and its Associated Notification
JWT authentication token
Unique identifier of the Guardrail Rule
684aac91c3f9b3880d3ece51Pattern: ^[0-9a-fA-F]{24}$Guardrail Rule Deleted Successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Projects
Creates a new project
JWT authentication token
Project created successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
Retrieves a single project by ID
JWT authentication token
Unique identifier of the project to retrieve
Project retrieved successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Updates an existing project
JWT authentication token
Unique identifier of the project to update
Project updated successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Deletes a project and all its associated workspaces
JWT authentication token
Unique identifier of the project to delete
Project successfully deleted
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
No content
Retrieves all projects with pagination support
JWT authentication token
25The offset of the items to return
0Maximum depth of the project tree to return
Projects retrieved successfully in flat list format
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
Retrieves all projects in a hierarchical tree format
JWT authentication token
Search query
Filter projects by variable set ID
When used with variableSetId, only return projects that consume the variable set
Projects retrieved successfully in tree format
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
Retrieves all members of a specified project
JWT authentication token
Unique identifier of the project
Members retrieved successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Adds new members to a specified project
JWT authentication token
Unique identifier of the project
ID of the user
Role of the user in the project
Members added successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Deletes specified members from a project
JWT authentication token
Unique identifier of the project
User IDs of the members to remove
Members removed successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
No content
Retrieves all workspaces of a specified project
JWT authentication token
Unique identifier of the project
Search query
25The offset of the items to return
0Workspaces retrieved successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Retrieves all available project labels for the account
JWT authentication token
Project labels retrieved successfully
List of project labels
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
Variables Management
Project Variables
JWT authentication token
Variables upserted within project
Variables upserted within project
JWT authentication token
Array of variable keys to delete
Variables deleted from project
Variables deleted from project
No content
Workspace Variables
JWT authentication token
List of workspace variables
List of workspace variables
JWT authentication token
Variables upserted within workspace
Variables upserted within workspace
JWT authentication token
Array of variable IDs to delete
Variables deleted from workspace
Variables deleted from workspace
No content
Variable Sets
JWT authentication token
Name of the variable set
Description of the variable set
Labels to assign to the variable set
Parent variable set IDs
Variable set created successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
JWT authentication token
Variable set
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
JWT authentication token
Name of the variable set
Description of the variable set
Labels to assign to the variable set
Parent variable set IDs
Variable set updated successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
JWT authentication token
Variable set deleted successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
No content
JWT authentication token
025List of variables in variable set
List of variables in variable set
JWT authentication token
Variables upserted within variable set
Variables upserted within variable set
JWT authentication token
Array of variable IDs to delete
Variables deleted from variable set
Variables deleted from variable set
No content
Variable Set Operations
JWT authentication token
Whether to consume the variable set values
trueVariable set attached to project
Variable set attached to project
No content
JWT authentication token
Variable set detached from project
Variable set detached from project
No content
JWT authentication token
Variable set bound to workspace
Variable set bound to workspace
No content
JWT authentication token
Variable set unbound from workspace
Variable set unbound from workspace
No content
Runners Workspaces
Creates a new workspace with the provided configuration
JWT authentication token
Type of runner (e.g., firefly_runners)
firefly_runnersInfrastructure as Code type
terraformUnique workspace name
my-workspaceWorkspace description
Production environment workspaceLabels assigned to the workspace
["production","terraform"]VCS integration ID
5fd126f5744410407fbc552fRepository name
infralight/appiacDefault branch
mainVCS type (github, gitlab, etc.)
githubWorking directory path
terraform/productionArray of variable set IDs that this workspace consumes
["var-set-1","var-set-2"]Project ID or null for global access
Cleaned by deleteMockArrays
Cleaned by deleteMockArrays
Cleaned by deleteMockArrays
Cleaned by deleteMockArrays
Workspace created successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
Retrieves all available workspace labels for the account
JWT authentication token
Workspace labels retrieved successfully
List of workspace labels
Bad Request Error
Unauthorized Error
Insufficient permissions
Internal Server Error
Retrieves details for a specific workspace
JWT authentication token
Unique identifier of the workspace
Workspace details retrieved successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Deploys a workspace by running plan or apply tasks based on the provided task type
JWT authentication token
Unique identifier of the workspace
The type of task to run (plan or apply)
Additional command line arguments
Workspace deployed successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Updates an existing workspace with the provided configuration
JWT authentication token
Unique identifier of the workspace
Workspace name
my-workspaceWorkspace description
Production environment workspaceLabels assigned to the workspace
["production","terraform"]VCS integration ID
5fd126f5744410407fbc552fRepository name
infralight/appiacDefault branch
mainVCS type (github, gitlab, etc.)
githubWorking directory path
terraform/productionType of runner (e.g., firefly_runners)
firefly_runnersCron pattern for scheduled executions
0 2 * * *Project ID or null for global access
Workspace updated successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Deletes a specific workspace and optionally destroys its infrastructure resources
JWT authentication token
Unique identifier of the workspace
Whether to destroy infrastructure resources before deleting the workspace
falseOptional description for the deletion operation
Workspace deleted successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Initiates a destroy task to clean up cloud infrastructure resources managed by this workspace. This does not delete the workspace entity itself.
JWT authentication token
Unique identifier of the workspace
Request to run a task on workspace infrastructure
Optional description for the task
Running infrastructure taskOptional command line arguments for the task
-auto-approveDestroy task initiated successfully
Bad Request Error
Unauthorized Error
Insufficient permissions
Not Found Error
Internal Server Error
Last updated
Was this helpful?

