The authentication mode for the tunnel.
Creation time of the tunnel (Unix timestamp milliseconds).
When true, HTTP traffic through the tunnel counts as activity for idle lifecycle policies, resetting the idle timer.
The encrypted tunnel key used to construct the tunnel URL. URL format: https://{port}-{tunnel_key}.tunnel.runloop.{domain}
When true, HTTP traffic to a suspended devbox will automatically trigger a resume.
Optionalauth_Bearer token for tunnel authentication. Only present when auth_mode is 'authenticated'.
A V2 tunnel provides secure HTTP access to services running on a Devbox. Tunnels allow external clients to reach web servers, APIs, or other HTTP services running inside a Devbox without requiring direct network access. Each tunnel is uniquely identified by an encrypted tunnel_key and can be configured for either open (public) or authenticated access. Usage: https://{port}-{tunnel_key}.tunnel.runloop.ai