BuildMaster API Endpoints & Methods
  • 09 Jan 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

BuildMaster API Endpoints & Methods

  • Dark
    Light
  • PDF

Article Summary

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

APIDescription
Application ManagementCreate, clone, import, update purge and list applications
Infrastructure ManagementQuery, create, and update servers, environments, and server roles
Variables ManagementView, create, update, and delete configuration variables
Release & Build DeploymentCreate and deploy builds or releases
CI BadgeGenerate CI badge images that link back to BuildMaster
HealthGenerate Health Check and version information for your instance of BuildMaster

If you have any interest in extending these or other endpoints, please let us know!

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.