The id of the Blueprint.
Creation time of the Blueprint (Unix timestamp milliseconds).
The name of the Blueprint.
The parameters used to create Blueprint.
The state of the Blueprint.
The status of the Blueprint build.
Optionalbase_The ID of the base Blueprint.
Optionalbuild_Build completion time of the Blueprint (Unix timestamp milliseconds).
Optionalcontainerized_List of ContainerizedServices available in the Blueprint. Services can be explicitly started when creating a Devbox.
Optionaldevbox_Capabilities that will be available on Devbox.
Optionalfailure_The cause of the failure of the Blueprint build.
out_of_memory: The build has run out of memory. Contact support if this is unexpected. out_of_disk: The build has run out of disk. Contact support if this is unexpected. build_failed: The build has failed. Use the dashboard to look at Blueprint build logs for more info.
Optionalis_Whether this Blueprint is publicly accessible to all users.
OptionalmetadataUser defined metadata associated with the blueprint.
Blueprints are ways to create customized starting points for Devboxes. They allow you to define custom starting points for Devboxes such that environment set up can be cached to improve Devbox boot times.