@runloop/api-client - v1.4.0
    Preparing search index...

    Interface ComputerView

    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.

    interface ComputerView {
        devbox: DevboxView;
        live_screen_url: string;
    }
    Index

    Properties

    devbox: DevboxView

    The underlying devbox the computer setup is running on.

    live_screen_url: string

    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.