Managed.hopsworks.ai allows users to generate an API Key that can be used to authenticate and access the managed.hopsworks.ai REST APIs.
First, login to your managed.hopsworks.ai account, then click on the Settings tab as shown below:
Click on the Settings tab
Click on the API Key tab, and then click on the Generate API Key button:
Generate an API Key
Copy the generated API Key and store it in a secure location.
!!! warning Make sure to copy your API Key now. You won’t be able to see it again. However, you can always delete it and generate a new one.
Copy the generated API Key
To access the managed.hopsworks.ai REST APIs, you should pass the API key as a header x-api-key when executing requests on managed.hopsworks.ai as shown below:
curl -XGET -H "x-api-key: <YOUR API KEY>" https://api.hopsworks.ai/api/clusters
Alternatively, you can use your API Key with the Hopsworks.ai terraform provider to manage your Hopsworks clusters using terraform.
First, login to your managed.hopsworks.ai account, click on the Settings tab, then click on the API Key tab, and finally click on Delete API Key as shown below:
Delete your API Key