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.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.
Create a device
If you don’t yet have a device in Miru, you’ll need to create one. Navigate to the Devices page.

Install the miru-agent package
Click the Provision button on the device you want to provision.


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.
