Create an API Key

After logging in to the dashboard, go to your account profile. You should be able to create and manage your API keys from there.

Your generated API Key will only show once. Make sure to copy it and store it in a secure location.

Try it out

You can try out your API Key with the following request

curl
curl --request GET \
  --url https://dashboard.amdatascience.com/api/server \
  --header 'apiKey: <api-key>'