Repositories
Use Repositories to automatically set up a Runloop Devbox environment with code from your Github repositories. When creating a Repository, Runloop will inspect the code and identify the steps necessary to set up the environment, such as installing dependencies, and running lint or tests. When the inspection is complete, a Blueprint is created containing your code complete with dependencies installed.
Create the Repository
Create the Repository using the Runloop Dashboard or the API, providing your Github repository name and owner.
View the inspection
Once the Repository is created, Runloop will begin inspecting your code. View the inspection to see the set of tools and commands that were discovered.
The inspection object will contain the results of your inspection, including information about the code, and also a blueprint ID that can be used to create a devbox with your code and environment already set up.
Use the blueprint to launch a Devbox containing your code and dependencies
Using the blueprint_id
from the inspction, wait for the Blueprint to complete building.
Use the retrieve endpoint to check the status of the Blueprint.
When the Blueprint is build_complete
, create a Devbox using it. Your code will be cloned into the Devbox and the environment
will contain the dependencies and tools discovered during the inspection.
Was this page helpful?