BuildMaster API Endpoints & Methods
- 21 Jan 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
BuildMaster API Endpoints & Methods
- Updated on 21 Jan 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
There are several API endpoints that you can use to programmatically query or configure BuildMaster instances.
API | Description |
---|---|
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 |
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.