Blueprint Observability
Preview Dockerfile definition for a Blueprint.
Preview building a Blueprint with the specified configuration. You can take the resulting Dockerfile and test out your build using any local docker tooling.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Name of the Blueprint.
A list of code mounts to be included in the Blueprint.
Dockerfile contents to be used to build the Blueprint.
(Optional) Map of paths and file contents to write before setup..
Parameters to configure your Devbox at launch time.
A list of commands to run to set up your system.
Response
200 - application/json
The Dockerfile contents that will built.
Was this page helpful?