Skip to main content
Last updated on Dec 22, 2025 This feature is only available in Incredibuild’s Enterprise Plan. Every API call must include a header with a key called client-api-key and the value of your API key. All APIs are case sensitive. The following are descriptions of items in the API’s calls below:
  • Coordinator IP Address/Hostname – the IP address or hostname of the Coordinator.
  • Coordinator UI Port – the port number you defined during installation. By default, this is 8000.
  • Version - the version of our API. The latest version is 1.2.0, but this API also supports 1.0.0. If you do not specify a version in the API call, the lowest supported version will be used.
  • Coordinator ID - The ID assigned by Incredibuild to your Coordinator. You can view this in the Coordinator Manager > Settings > API Access area.

Build Group API Version 1.2.0

Creates a new Build Group. You specify the name of the new Build Group, and whether cloud agents are enabled in the body of the request.Request Syntax
Body SyntaxCopy
Example request:
Example BodyCopy
Example ResponseCopy
Deletes one or more existing Build Groups.Request Syntax
Body SyntaxCopy
Example request:
Example BodyCopy
Example ResponseCopy
Edits an existing Build Group by changing the name and/or whether cloud agents are enabled.Request Syntax
Body SyntaxCopy
Example request:
Example BodyCopy
Example ResponseCopy
Returns a list of all Build Groups in a specific Coordinator.Request Syntax
Example request:
Example ResponseCopy
Return a list of all the Agents in a specific Build Group.Request Syntax
Example Request:
Example ResponseCopy
Returns the details of one or more Agents. For more information about what these agent details mean, see Viewing Agents.Request Syntax
Example Request:
Example ResponseCopy
Assign one or more Agents to an existing Build Group. You cannot perform the Agent Assignment action if one of the Agents is participating in a build or is offline.Request Syntax (with example agents)Copy
Example Request:Copy
Example Response:Copy
Removes all Agents from a specified Build Group. The Agents are reassigned to the Default Build Group.If an Agent is offline, the Clear action may appear to complete successfully, but the offline Agent remains in the original Build Group.Request SyntaxCopy
Example Request:Copy
Example Response:Copy
Removes the Agents you specify from whatever build groups they are assigned to. They are the reassigned to the Default Build Group.You cannot perform the Clear action, if one or more Agents in the specified Build Group are currently participating in a build or is offline. If an Agent is offline, the Clear action may appears to complete successfully, but the offline Agent remains in the original Build Group.Request SyntaxCopy
Example Request:Copy
Example Response:Copy

Build Group API Version 1.0.0

Returns a list of all Build Groups in a specific Coordinator.Request Syntax
Example request:
Example ResponseCopy
Return a list of all the Agents in a specific Build Group.Request Syntax
Example Request:
Example ResponseCopy
Returns the details of one or more Agents. For more information about what these agent details mean, see Viewing Agents.Request Syntax
Example Request:
Example ResponseCopy
Assign one or more Agents to an existing Build Group. You cannot perform the Agent Assignment action if one of the Agents is participating in a build or is offline.Request Syntax (with example agents)Copy
Example Request:Copy
Example Response:Copy
Removes all Agents from a specified Build Group. The Agents are reassigned to the Default Build Group.If an Agent is offline, the Clear action may appear to complete successfully, but the offline Agent remains in the original Build Group.Request SyntaxCopy
Example Request:Copy
Example Response:Copy
Removes the Agents you specify from whatever build groups they are assigned to. They are the reassigned to the Default Build Group.You cannot perform the Clear action, if one or more Agents in the specified Build Group are currently participating in a build or is offline. If an Agent is offline, the Clear action may appears to complete successfully, but the offline Agent remains in the original Build Group.Request SyntaxCopy
Example Request:Copy
Example Response:Copy