Create and build a Blueprint from a RepositoryConnection Inspection.
Starts build of custom defined container Blueprint using a RepositoryConnection Inspection as a source container specification.
Request body
Name of the Blueprint.
A list of commands to run to set up your system.
(Optional) Map of paths and file contents to write before setup.
(Optional) User defined metadata for the Blueprint.
(Optional) Map of mount IDs/environment variable names to secret names. Secrets can be used as environment variables in system_setup_commands. Example: {"GITHUB_TOKEN": "gh_secret"} makes 'gh_secret' available as GITHUB_TOKEN.
(Optional) ID of the network policy to apply during blueprint build. This restricts network access during the build process.
Response
OK
The id of the Blueprint.
The name of the Blueprint.
The status of the Blueprint build.
queued: Blueprint is queued waiting for build capacity to become available. provisioning: Allocating and booting the necessary infrastructure resources to create the Blueprint image. building: Building the Blueprint image. failed: Blueprint image failed to build. See the logs on the dashboard. build_complete: Blueprint image completed build. You can now use the ID to create Devboxes.
Creation time of the Blueprint (Unix timestamp milliseconds).
Build completion time of the Blueprint (Unix timestamp milliseconds).
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.
The ID of the base Blueprint.
Whether this Blueprint is publicly accessible to all users.
User defined metadata associated with the blueprint.
Capabilities that will be available on Devbox.