🌟 Getting Started

πŸ€– Robots

**πŸš€** CLI Job Deployment

Create Your Robot

  1. Open tab β€œRobot” in you organization
  2. Add Robot
  3. Now, you are ready to start an agent!

Setup Your Agent

  1. Install Docker on your robot. It should be accessible without sudo.
  2. 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

  1. Open robot’s control menu in your browser (as in last step of 1st part)
  2. Click Launch Docker Job
  3. Fill in your container info:
    1. Docker Image β€” url or name for image. It should be possible to download it with command docker pull IMAGENAME
    2. Docker Container Name β€” name for image to store in cache for future runs
    3. Other typical for container settings

Untitled

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

Untitled

Previous: 🌟 Getting Started

Next: πŸš€ CLI Job Deployment

Untitled