Recent searches

in

Create an API Key

Last modified: August 12th, 2026

On this page

Permissions required

Members of the Owners Default Permission Groups, or Custom Permission Groups with the org:api-key:create permission, can create an API Key.

An API Key lets the CloudCannon Software Development Kit (SDK) or a program built on the CloudCannon API act on behalf of your Organization. For more information about what API Keys are and how they work, please read our documentation on what API Keys are.

Create an API Key#

Give your API Key a name that indicates which program will use it, and grant the key only the access that program needs.

To create an API Key:

  1. In your Organization Settings, open the API Keys page.
  2. Click the Add API Key button.
  3. Enter a name for your API Key in the API Key name field.
  4. Select the permissions you want the key to have.
  5. Click the Create API Key button.
  6. Copy your API Key from the Copy API Key screen, then store it somewhere safe.
  7. Click the I have copied the key button.

CloudCannon will create the API Key and add it to the API Keys page for your Organization.

CloudCannon shows your API Key only once, on the Copy API Key screen. You cannot retrieve it after you leave that screen. If you lose the key, delete it and create a new one.

To use your API Key with the CloudCannon API or SDK, you also need your Organization UUID, which appears at the top of the API Keys page. For more information, please read our documentation on the CloudCannon SDK.

Delete an API Key#

When a program no longer needs access, or when you suspect a key has been exposed, delete it. CloudCannon will reject any request made with a deleted key. Only members of the Owners Permission Group can delete an API Key, even if a Custom Permission Group has permission to create one.

To delete an API Key:

  1. In your Organization Settings, open the API Keys page.
  2. Select the key you want to remove to open its page.
  3. Click the Delete API Key button.
  4. Confirm the deletion in the Delete this API Key? dialog.

CloudCannon will delete the API Key immediately and reject any further requests made with it.

Related Resources

Open in a new tab