Docs
RunRobot exposes a local-first API for robot models. Use the local daemon for free browser and machine execution, then switch the base URL to cloud when you need hosted GPU capacity.
curl http://localhost:5252/api/tags
curl http://localhost:5252/api/action -d {"model":"php-parkour-g1","command":{"linear":1}}
curl https://getrunrobot.com/api/train/jobs -H "Authorization: Bearer $RUNROBOT_API_KEY" -d {"pipeline":"ctrl-world-pi05","task":"unseen-droid-pickplace"}