#!/usr/bin/env bash set -euo pipefail : "${ROBOTUNNEL_API_URL:=https://api.robotunnel.io}" # RT_KEY is expected to be provided by the caller, e.g.: # RT_KEY=eyJ... curl -sSL https://get.robotunnel.io | bash # The install script will read RT_KEY and register the robot, writing /data/api_key. curl -fsSL https://raw.githubusercontent.com/robotunnel/robotunnel/main/scripts/install_agent.sh | bash