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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name to use for the created computer.
Customize the dimensions of the computer display.
Response
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.
The underlying devbox the computer setup is running on.
The http tunnel to connect and view the live screen of the computer. You can control the interactivity of the browser by adding or removing 'view_only' query parameter. view_only=1 will allow interaction and view_only=0 will disable interaction.
Was this page helpful?