gbox-sdk
    Preparing search index...

    Interface BoxWebsocketURLResponse

    Box WebSocket Url

    interface BoxWebsocketURLResponse {
        command: string;
        runCode: string;
    }
    Index

    Properties

    Properties

    command: string

    WebSocket URL for executing shell commands in the box. This endpoint allows real-time command execution with streaming output, supporting interactive terminal sessions and long-running processes.

    runCode: string

    WebSocket URL for running code snippets in the box environment. This endpoint enables execution of code in various programming languages with real-time output streaming, perfect for interactive coding sessions and script execution.