Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

BuildMaster API Endpoints & Methods

view on GitHub

There are several API endpoints that you can use to programmatically query or configure BuildMaster instances.

API Description
Application Management Create, clone, import, update purge and list applications
Infrastructure Management Query, create, and update servers, environments, and server roles
Variables Management View, create, update, and delete configuration variables
Release & Build Deployment Create and deploy builds or releases
CI Badge Generate CI badge images that link back to BuildMaster
Health Generate Health Check and version information for your instance of BuildMaster

API Keys

Access to any BuildMaster API requires an API key. Refer to the API Keys documentation for more information.

BuildMaster Native API

The BuildMaster Native API is a lower-level API that effectively wraps the BuildMaster data layer. It's not particularly intuitive, but it's documented here: BuildMaster Native API Reference.