Before deploying config instances, we must provision a device with your workspace—the process of installing the Miru Agent onto a machine and registering it with your workspace. The Miru Agent is a lightweightDocumentation Index
Fetch the complete documentation index at: https://docs.mirurobotics.com/llms.txt
Use this file to discover all available pages before exploring further.
systemd service that runs on your machines, handling the deployment lifecycle of configurations. For more information on the agent, visit the Miru Agent section.
This getting started guide demonstrates the dashboard. However, you can also use provisioning tokens to provision devices programmatically.
Supported platforms
The Miru Agent only supports Linux. MacOS and Windows are not supported. The following operating systems are tested and verified to work with the Miru Agent:- Ubuntu 20.04, 22.04, and 24.04 LTS
- NVIDIA Jetson JetPack 5.1 and JetPack 6.1
- Raspberry Pi OS (64-bit)
Create a device
Navigate to the Devices page.

Install the miru-agent package
Next, we need to install the miru-agent package on your target machine.
Click the Provision button on the device you just created.


For more information about installing the
miru-agent package, visit the agent installation documentation.Provision the device
Once themiru-agent package is installed, continue to the provisioning step.
The dialog will present a pre-authenticated command that invokes the miru-agent binary with a short-lived token (5 minutes) to provision the device for your workspace

sudo -u mirusets the command to run as themiruuser.MIRU_PROVISIONING_TOKEN=<token>authenticates the request./usr/sbin/miru-agent provisionexecutes themiru-agentbinary with theprovisioncommand.
Verify the installation
To verify the agent was successfully installed and provisioned, navigate to the Devices page. You should see your device listed with the statusActivating before transitioning to Online.
The transition from
Activating to Online may take up to 10 seconds, depending on your network connection.
