Attestable Builds

Attestable builds are a new approach to verifiable software distribution. Source code is compiled inside hardware-isolated environments that produce cryptographic proof linking binaries to their exact inputs.

API Overview

The Kettle API provides endpoints for submitting builds, streaming progress, and downloading artifacts.

Endpoints

MethodEndpointDescription
POST/buildSubmit a build and wait for completion
POST/build/streamSubmit a build with streaming progress (SSE)
GET/builds/{id}/artifacts/{name}Download a binary artifact
GET/builds/{id}/build-config/{name}Download build config files