# Generate Secret Key

Browsee allows you to import data via its APIs. For using our APIs, you need to generate a secret API key which you should never make public (more about Secret key security below).&#x20;

### How to generate a secret key?

* Go to Your[ Account or Settings page](https://browsee.io/app/settings)
* Go to **Integrations** tab from left navigation

![](https://1223726150-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LacsB-5FtW6vWPn9FQY%2F-MD-BaPp_NrQtMLqOE5j%2F-MD-EkU-H2Y5HMwyMd7m%2FScreenshot%20from%202020-07-24%2015-20-00.png?alt=media\&token=bc84c0cb-0f06-46fe-a62f-ebc3c96a109a)

* Click on "Generate New Key" for getting an API Key

![](https://1223726150-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LacsB-5FtW6vWPn9FQY%2F-MD-BaPp_NrQtMLqOE5j%2F-MD-FJBhJkdk2-AmF0uK%2FScreenshot%20from%202020-07-24%2015-18-11.png?alt=media\&token=326ecbe1-db52-47a7-ba2e-cb137aead04f)

* Once, you click on the button, you will get a key. Remember to store your key somewhere safe because as soon as you navigate from this page, you will not be able to retrieve or restore this generated token.&#x20;

![](https://1223726150-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LacsB-5FtW6vWPn9FQY%2F-MD-BaPp_NrQtMLqOE5j%2F-MD-FNb3yOJwdN4pvI3I%2FScreenshot%20from%202020-07-24%2015-18-16.png?alt=media\&token=275c9998-5c7d-4ede-96dc-38370ed49da0)

* However, you can always generate a new one.

![](https://1223726150-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LacsB-5FtW6vWPn9FQY%2F-MD-BaPp_NrQtMLqOE5j%2F-MD-FjtnwGQZ1xM5-aWc%2FScreenshot%20from%202020-07-24%2015-28-27.png?alt=media\&token=2e6ef95d-fa44-41f4-a4e6-88ac5e19b0f6)

### How to keep the secret key a secret?

It is important to understand that anyone who has access to this secret key will be able to access your account's data. Thus it's important to keep it a secret. Here are somethings you should never do with your secret key

* Use it from the client side Javascript code. Client-side javascript code is public to anyone on your website and they can then reproduce the same code.
* Check it in public repositories or any repository accessible to anyone whom you do not want to access Browsee's data.
