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

    (Optional) Configuration for creating a V2 tunnel at Devbox launch time. When specified, a tunnel will be automatically provisioned and the tunnel details will be included in the Devbox response.

    interface Tunnel {
        auth_mode?: "authenticated" | "open" | null;
    }
    Index

    Properties

    Properties

    auth_mode?: "authenticated" | "open" | null

    Authentication mode for the tunnel. Defaults to 'public' if not specified.