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

    Interface PtyTunnelView

    An ephemeral PTY tunnel providing authenticated terminal access to a Devbox. These tunnels are not stored on the Devbox and are generated fresh on each request. Usage: https://{port}-{tunnel_key}.tunnel.runloop.ai with Authorization: Bearer {auth_token}

    interface PtyTunnelView {
        auth_token: string;
        tunnel_key: string;
    }
    Index

    Properties

    auth_token: string

    Bearer token for tunnel authentication. Always required for PTY tunnels.

    tunnel_key: string

    The encrypted tunnel key used to construct the tunnel URL. URL format: https://{port}-{tunnel_key}.tunnel.runloop.{domain}