> ## Documentation Index
> Fetch the complete documentation index at: https://revenueflo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an App Store Connect API Key

> How to create a dedicated App Store Connect API key for RevenueFlo

Creating the App Store Connect API key requires an Apple Developer Program membership.

<Steps>
  <Step title="Navigate to Keys">
    Log in to [App Store Connect](https://appstoreconnect.apple.com) and navigate to **Users and Access** → **Integrations**. From the sidebar, select **Keys** → **App Store Connect API**.
  </Step>

  <Step title="Generate a new API key">
    Click on the **+** sign to generate a new API key.
  </Step>

  <Step title="Enter key details">
    Enter the name for the key (e.g. `For RevenueFlo`) and select an access level. We recommend choosing **App Manager** access rights. Read more about [Apple Developer Program role permissions](https://developer.apple.com/help/app-store-connect/reference/role-permissions).
  </Step>

  <Step title="Click Generate">
    Click **Generate** to create the key.
  </Step>

  <Step title="Download the API key">
    Once the key is generated, it will appear in the list of active keys. Click **Download API Key** to save the private key.

    <Warning>
      The key can only be downloaded once. Make sure to save it in a secure location.
    </Warning>
  </Step>

  <Step title="Note your Issuer ID and Key ID">
    Take note of the **Issuer ID** displayed above the table of active keys, as well as the **Key ID** of the generated key. These will be required when setting up RevenueFlo project on the dashboard.
  </Step>
</Steps>
