@runloop/api-client - v1.26.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 X-Runloop-Tunnel-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. Pass as X-Runloop-Tunnel-Authorization: Bearer {auth_token}.

    tunnel_key: string

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