The Miru Agent API allows you to programmatically interact with the Miru agent running locally on your robot, useful for manually refreshing configurations, retrieving configurations, and more.
The Miru Agent API is not available over the internet. It is only available on the device running the agent.
The Miru Agent API is organized around REST, and is available over the Unix socket /run/miru/miru.sock on the device running the agent. To get started, continue to the Authentication page to learn how requests are authenticated. For information about a specific API endpoint, visit the Endpoints section.