π Getting Started
π€ Robots
**π** CLI Job Deployment
Create Your Robot
- Open tab βRobotβ in you organization
- Add Robot
- Now, you are ready to start an agent!
Setup Your Agent
- Install Docker on your robot. It should be accessible without sudo.
- Execute simple installation script with code bellow your robot information. It should look something like this:
curl -s <https://app.merklebot.com/install.sh> | bash -s <API_KEY>
<aside>
π§ Information about internal agent structure and modules could be found here.
</aside>
Send The Task
- Open robotβs control menu in your browser (as in last step of 1st part)
- Click Launch Docker Job
- Fill in your container info:
- Docker Image β url or name for image. It should be possible to download it with command
docker pull IMAGENAME
- Docker Container Name β name for image to store in cache for future runs
- Other typical for container settings

- Click Add Job and wait for robot to download image and execute task in container
- While job is in proccess or as it finished, you could see logs after clicking on Job Id

Previous: π Getting Started
Next: π CLI Job Deployment
