# How to generate a new API Key If you want to make requests to our API, you will need an API Key to send in the `apikey` parameter. Creating one is rather simple, but before you will need to [create a Profile](/kb/tutorials/dashboard/how-to-create-a-profile). > **INFO** >To learn more about the differences between API Key versions, check out our [API Key V1 vs V2 comparison](/kb/account-settings/what-is-the-difference-between-api-key-v1-and-v2). ## Step 1: Navigate to Settings While in the BlockBee's Dashboard, click **Settings**. ![How to generate API Key - Step 1](/kb/tutorials/dashboard/generate-api-key-1.png) ## Step 2: Access API Key Section In the Settings area, under the Profile Settings section, click **API Key**. ![How to generate API Key - Step 2](/kb/tutorials/dashboard/generate-api-key-2.png) ## Step 3: Configure Permissions Creating an API Key is straightforward. Simply select the permissions you want to enable. Currently, there is one permission available: **Address Override**: Lets you specify your wallet address directly in the API request using the `address` parameter. If you don't need this feature, you can leave it disabled. To create the API Key, click **Create API Key** and enter the OTP code to complete the process. ![How to generate API Key - Step 3](/kb/tutorials/dashboard/generate-api-key-3.png) ## Step 4: Save Your API Key After the previous step, a pop-up will show with your API Key. In this step you only need to copy the API Key and store it in a safe place. > **WARNING** >**Important:** BlockBee does not store your API Keys, so if you lose your API Key, you will need to generate a new one using the **Generate new API Key** button. ![How to generate API Key - Step 4](/kb/tutorials/dashboard/generate-api-key-4.png) ## Using Your API Key Your API Key is now ready to use! You can include it in your API requests using the `apikey` parameter or as a header. > **SUCCESS** >**Security Tip:** Keep your API Key secure and never expose it in client-side code or public repositories. Treat it like a password.