1. Integrations
  2. Mintlify

Installation

Step 1

Find your Public API Key here: https://app.getkoala.com/goto/settings/install

Step 2

Add the following to your mint.json file:

{
  "navigation": [...],
  "logo": [...],
  [...],
  [...],
  [...],
  "analytics": {
    "koala": {
      "publicApiKey": "pk_YOURKEYHERE"
    }
  }
}