Builds
Prepare Remote Build Upload
Return a presigned URL for uploading a build context archive to GCS.
post/builds/prepare
Request body
Example request
{
"agent_name": "my-agent",
"namespace": "acme",
"tag": "abc123def456"
}Response
Successful Response
Example response
{
"content_type": "application/gzip"
}