Go to Robots tab
Create Robot — name it and optionally describe so you won’t lose it among others
Click on robot name in a list after creation. Here you’ll manage Jobs launch at robot.
Download the latest release of agent from repository.
uname -a
b. Download release file with needed VERSION and ARCHITECTURE
wget <https://github.com/merklebot/robot-agent/releases/download/{{VERSION}>}/robot-agent-{{ARCHITECTURE}}
c. Make it executable
sudo chmod +x robot-agent-...
Start agent with api-key and robot-server-url parameters.
./robot-agent-.. -a=API_KEY -r=http://robots.merklebot.com:8888
If setup is correct, you’ll see something like this: