Skip to main content
The Miru Platform API uses API keys to authenticate requests. You can view and manage your API keys in the Miru Dashboard. For more information on creating and managing API keys, see the API keys section of the documentation. To authenticate requests to the Miru Platform API, include your API key in the X-API-Key header of your request:
curl --request GET \
  --url 'https://api.mirurobotics.com/beta/devices' \
  --header 'X-API-Key: <api-key>' \
  --header 'Miru-Version: 2026-03-09.tetons'
All requests must be made over HTTPS. Any requests over plain HTTP or without authentication will fail. For details on which scopes to assign your API keys, see Authorization.
Last modified on March 15, 2026