Computer
Create a Computer.
Create a Computer and begin the boot process. The Computer will initially launch in the ‘provisioning’ state while Runloop allocates the necessary infrastructure. It will transition to the ‘initializing’ state while the booted Computer runs any Runloop or user defined set up scripts. Finally, the Computer 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 Computer represents an implementation of Anthropic Computer usage on top of Devboxes. It includes the tunnel to the live screen and the underlying DevboxView.