Devbox Lifecycle
Create a Devbox.
Create a Devbox and begin the boot process. The Devbox will initially launch in the ‘provisioning’ state while Runloop allocates the necessary infrastructure. It will transition to the ‘initializing’ state while the booted Devbox runs any Runloop or user defined set up scripts. Finally, the Devbox will transition to the ‘running’ state when it is ready for use.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
OK
A Devbox represents a virtual development environment. It is an isolated sandbox that can be given to agents and used to run arbitrary code such as AI generated code.