The ID of the Devbox.
A list of capability groups this devbox has access to.
Creation time of the Devbox (Unix timestamp milliseconds).
The time the Devbox finished execution (Unix timestamp milliseconds). Present if the Devbox is in a terminal state.
The launch parameters used to create the Devbox.
The user defined Devbox metadata.
A list of state transitions in order with durations
The current status of the Devbox.
Optionalblueprint_The Blueprint ID used in creation of the Devbox, if the devbox was created from a Blueprint.
Optionalfailure_The failure reason if the Devbox failed, if the Devbox has a 'failure' status.
Optionalgateway_Gateway specifications configured for this devbox. Map key is the environment variable prefix (e.g., 'GWS_ANTHROPIC').
Optionalinitiator_The ID of the initiator that created the Devbox.
Optionalinitiator_The type of initiator that created the Devbox.
Optionalmcp_[Beta] MCP specifications configured for this devbox. Map key is the environment variable name for the MCP token envelope. Each spec links an MCP config to a secret for MCP server access through the MCP hub.
OptionalnameThe name of the Devbox.
Optionalshutdown_The shutdown reason if the Devbox shutdown, if the Devbox has a 'shutdown' status.
Optionalsnapshot_The Snapshot ID used in creation of the Devbox, if the devbox was created from a Snapshot.
OptionaltunnelV2 tunnel information if a tunnel was created at launch time or via the createTunnel API.
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.