Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirurobotics.com/llms.txt

Use this file to discover all available pages before exploring further.

The Miru dashboard is the simplest method for provisioning a device, ideal for getting started or managing individual devices. For automated provisioning, consider using provisioning tokens instead.

Create a device

If you don’t yet have a device in Miru, you’ll need to create one. Navigate to the Devices page.
Devices Create Page
Click the New Device button in the top right corner. Enter a descriptive name for your device and click Create.
Devices Create Dialog

Install the miru-agent package

Click the Provision button on the device you want to provision.
Device to Provision
A dialog will appear prompting you to install the Miru Agent. If the device already has a compatible Miru Agent installed, you can skip this step.
Install Miru Agent Dialog
For more information about installing the miru-agent package, visit the agent installation documentation.

Provision the device

Once the miru-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
Provision Miru Agent Dialog
  • sudo -u miru sets the command to run as the miru user.
  • MIRU_PROVISIONING_TOKEN=<token> authenticates the request.
  • /usr/sbin/miru-agent provision executes the miru-agent binary with the provision command.
To provision the device, copy the command from the dialog and paste it into the terminal of the machine you want to provision.
For more information about Miru’s authentication model, visit the agent security documentation.

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 status Activating before transitioning to Online.
The transition from Activating to Online may take up to 10 seconds, depending on your network connection.
Last modified on May 18, 2026