API Overview
The Kettle API provides endpoints for submitting builds, streaming progress, and downloading artifacts.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /build | Submit a build and wait for completion |
| POST | /build/stream | Submit 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 |