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.

API keys allow you to authenticate to the Miru Platform API as well as the Miru CLI in your CI pipeline. Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Create an API key

You must be an user to create an API key.
To create an API key, navigate to the Secrets page in the dashboard and click New API Key in the top right.
Create API Key Dialog
Provide a name for the API key, select the desired scopes, then click Create. For a full reference of available scopes, see the Platform API Authorization page. Once an API key has been created, it can never be retrieved again. If you lose your API key, you must create a new one.

View API keys

To view your existing API keys, navigate to the Secrets page.
API Keys Page
To see the scopes of an API key, hover over the information icon in the Scopes column of the API key you want to view.
API Key Scopes Popup

Delete an API key

Deleting an API key immediately revokes it. Attempting to authenticate with a deleted API key will fail. Furthermore, deleting an API key is irreversible. Once an API key is deleted, it cannot be recovered. To delete an API key, click the ellipsis (…) on the API key you want to delete and select Delete.
API Key Ellipses Dropdown
A confirmation dialog will appear. Hit Delete to confirm the deletion.
API Key Delete Dialog
Last modified on May 18, 2026