Create a new build
Creates a new build job. Source code should be uploaded as a tar.gz archive in the multipart form data.
post/builds
Response
Build created and queued
Example response
{
"id": "build-abc123",
"tags": {
"team": "backend",
"env": "staging"
}
}