Here are the steps to generate a persistent API key"
Login to Athenian: https://app.athenian.co/login
Get your Account ID & bearer token by visiting https://app.athenian.co/bearer. You need to wait a few seconds for the token to load.
Then generate your API key using the following call.
โcurl -H "Authorization: Bearer <bearer token>" -d '{"account": <account id>, "name": "My Persistent API Token"}' https://api.athenian.co/v1/token/create -H 'Content-Type: application/json'
Once generated, save your key as you won't be able to see it again. However, you can generate as many keys as you like or invalidate them (see our API spec here on how to invalidate a token).