Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Terminal Use Builds API

The Builds API from Terminal Use — 3 operation(s) for builds.

Terminal Use Builds API is one of 28 APIs that Terminal Use publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Builds. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://api.terminaluse.com.

3 operations 3 paths 7 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.terminaluse.com
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Builds 3
POST
/builds/prepare
Prepare Remote Build Upload
builds_prepare body → 200422
POST
/builds/submit
Submit Remote Build
builds_submit body → 201422
GET
/builds/{build_id}
Get Remote Build Status
builds_retrieve 1 param → 200422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are BuildPrepareResponse (8 properties), BuildSubmitRequest (7 properties), BuildStatusResponse (6 properties), BuildSubmitResponse (3 properties). Each schema is shown below with its type and property counts.

BuildStatusResponse
object
Build status response (proxied from Cloud Build).
6 properties 2 required
HTTPValidationError
object
1 property
ValidationError
object
3 properties 3 required
BuildSubmitRequest
object
Submit a Cloud Build build for a previously uploaded build context.
7 properties 5 required
BuildPrepareRequest
object
Prepare a remote build by issuing a presigned upload URL for build context.
3 properties 3 required
BuildSubmitResponse
object
Response after submitting a Cloud Build build.
3 properties 2 required
BuildPrepareResponse
object
Response containing a presigned URL for uploading build context.
8 properties 7 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

terminal-use-builds-api-openapi.yml Raw ↑

Other APIs Terminal Use publishes across the network.

Terminal Use Agent APIKeys API
Terminal Use Agent Task Tracker API
Terminal Use Agents API
Terminal Use API Keys API
Terminal Use Authentication API
Terminal Use Branch Events API
Terminal Use Branches API
Terminal Use CLI Authentication API
Terminal Use Environments API
Terminal Use Events API
Terminal Use Filesystems API
Terminal Use Groups API