POST
/
v1
/
blueprints
/
preview

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the Blueprint.

code_mounts
object[] | null

A list of code mounts to be included in the Blueprint.

dockerfile
string | null

Dockerfile contents to be used to build the Blueprint.

file_mounts
object | null

(Optional) Map of paths and file contents to write before setup..

launch_parameters
object

Parameters to configure your Devbox at launch time.

system_setup_commands
string[] | null

A list of commands to run to set up your system.

Response

200 - application/json
dockerfile
string
required

The Dockerfile contents that will built.