Skip to content

Managed.hopsworks.ai API Key#

Managed.hopsworks.ai allows users to generate an API Key that can be used to authenticate and access the managed.hopsworks.ai REST APIs.

Generate an API Key#

First, login to your managed.hopsworks.ai account, then click on the Settings tab as shown below:

Click on Settings
Click on the Settings tab

Click on the API Key tab, and then click on the Generate API Key button:

Generate API Key
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 API Key
Copy the generated API Key

Use the 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.

Delete your API Key#

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 API Key
Delete your API Key