API Reference
Libraries
API Overview
Builds
Creates two builds whose outputs can be compared directly
post/v0/builds/compare
Create a new build
post/v0/builds
List builds for a project
get/v0/builds
Retrieve a build by ID
get/v0/builds/{buildId}
BuildsDiagnostics
Get diagnostics for a build
get/v0/builds/{buildId}/diagnostics
BuildsTarget Outputs
Download the output of a build target
get/v0/build_target_outputs
Orgs
List organizations the user has access to
get/v0/orgs
Retrieve an organization by name
get/v0/orgs/{org}
Projects
Create a new project
post/v0/projects
List projects in an organization, from oldest to newest
get/v0/projects
Retrieve a project by name
get/v0/projects/{project}
Update a project's properties
patch/v0/projects/{project}
ProjectsBranches
Create a new branch for a project
post/v0/projects/{project}/branches
Delete a project branch
delete/v0/projects/{project}/branches/{branch}
List project branches
get/v0/projects/{project}/branches
Retrieve a project branch
get/v0/projects/{project}/branches/{branch}
ProjectsConfigs
Generate configuration suggestions based on an OpenAPI spec
post/v0/projects/{project}/configs/guess
Retrieve configuration files for a project
get/v0/projects/{project}/configs