Skip to content

Studio API

Studio is the Mostly Right HTTP API for hosted builds.

It stores workspaces, datasets, build runs, approvals, and artifact records. Workers call Studio through signed HTTP requests. Clients do not connect directly to the production database.

The live OpenAPI reference describes the available routes and request bodies.

  1. A client submits a request.
  2. Studio records the request and starts the required worker.
  3. The worker uploads results through signed artifact routes.
  4. Studio records the result and exposes its status through the API.

The API checks the caller’s workspace and role on every request.