Skip to main content

API keys

Overview

Sometimes, you have use cases and requirements we do not yet offer. Use the Qalyptus APIs in your workflow to meet your needs.

Access the Qalyptus API reference documentation.

Qalyptus API reference

Managing API keys

API keys are disabled by default in your Qalyptus tenant. However, a tenant administrator can enable API keys for all users or defined users in specific groups.

Qalyptus Cloud - Enable API keys

To Enable API keys, do the following:

  1. Go to Administration > Settings.
  2. Go to the API keys section.
  3. Check Enable API keys.
  4. Choose if you want to allow all the tenant users to create API keys or allow only users of specific groups.
  5. Select groups from the list if you choose the second option.
  6. Enter the API key expiration period in days. The maximum expiration period is 365 days.
  7. Click Save.

Now, allowed users can generate API keys, which expire in one to 365 days.

note

Each allowed user can generate up to 1000 API keys.

info

If you disable API keys, the existing API keys will stop working until you reenable them.

If a user is no longer in the allowed users, their existing API keys will stop working until he is in the allowed user list.

Generate API keys

API keys are unique identifiers used to authenticate requests you can do to manage your resources in your Qalyptus tenant. They allow you to securely access various REST API endpoints and serve as a form of credential.

Qalyptus Cloud - Generate API keys

To generate an API key, do the following:

  1. Go to Profile > API keys.
  2. Click Generae key.
  3. Enter a name.
  4. Add a description if you wish.
  5. Add an expiration date. Your administrator defines the maximum expiration date.
  6. Select an Organization. The API key will only be authorized to access content from the selected organization.
  7. Clik Save.
caution

The API license key will appear. Copy it and store it in a secure place, as you can no longer see it.

You can now use the API key in your system. Visit the Qalyptus API reference to see the available endpoints.

info

You can change the API key's name and description after it is created. However, other information cannot be updated.