---
description: Learn how to use license keys in Capawesome Cloud to grant your organization access to Insiders SDKs.
title: Capawesome Cloud License Keys - Capawesome
image: https://capawesome.io/docs/assets/images/social/cloud/license-keys.png
---

[ Skip to content](#license-keys) 

[ 🎉 Introducing **Capawesome Platform** — one platform for Live Updates, Native Builds, App Store Publishing, and Insider SDKs.](https://capawesome.io) 

* [  Formbricks ](/docs/plugins/formbricks/)
* [  Geocoder ](/docs/plugins/geocoder/)
* [  Google Sign-In ](/docs/plugins/google-sign-in/)
* [  Grafana Faro ](/docs/plugins/grafana-faro/)
* [  libSQL ](/docs/plugins/libsql/)
* [  Live Update ](/docs/plugins/live-update/)
* [  Managed Configurations ](/docs/plugins/managed-configurations/)
* [  Media Session ](/docs/plugins/media-session/)
* [  ML Kit ](/docs/plugins/mlkit/)
* [  Navigation Bar ](/docs/plugins/navigation-bar/)
* [  NFC ](/docs/plugins/nfc/)
* [  OAuth ](/docs/plugins/oauth/)
* [  Pedometer ](/docs/plugins/pedometer/)
* [  Photo Editor ](/docs/plugins/photo-editor/)
* [  PostHog ](/docs/plugins/posthog/)
* [  Printer ](/docs/plugins/printer/)
* [  Purchases ](/docs/plugins/purchases/)
* [  RealtimeKit ](/docs/plugins/realtimekit/)
* [  Screen Orientation ](/docs/plugins/screen-orientation/)
* [  Screenshot ](/docs/plugins/screenshot/)
* [  Secure Preferences ](/docs/plugins/secure-preferences/)
* [  Speech Recognition ](/docs/plugins/speech-recognition/)
* [  Speech Synthesis ](/docs/plugins/speech-synthesis/)
* [  Share Target ](/docs/plugins/share-target/)
* [  Square Mobile Payments ](/docs/plugins/square-mobile-payments/)
* [  SQLite ](/docs/plugins/sqlite/)
* [  Superwall ](/docs/plugins/superwall/)
* [  Torch ](/docs/plugins/torch/)
* [  Wifi ](/docs/plugins/wifi/)
* [  Zip ](/docs/plugins/zip/)
* [  Cloud ](/docs/cloud/)
* [  Live Updates ](/docs/cloud/live-updates/)
* Advanced
* Integrations
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Configuration ](/docs/cloud/native-builds/configuration/)
* [  Environments ](/docs/cloud/native-builds/environments/)
* Guides
* [  Sample Projects ](/docs/cloud/native-builds/sample-projects/)
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  Automations ](/docs/cloud/automations/)
* [  Assist ](/docs/cloud/assist/)
* Account
* Organizations
* [  Organization and User Management ](/docs/cloud/organizations/memberships/)
* [  Single Sign-On (SSO) ](/docs/cloud/organizations/sso/)
* [  Teams ](/docs/cloud/organizations/teams/)
* [  Two-Factor Authentication ](/docs/cloud/organizations/two-factor-authentication/)
* [  Integrations ](/docs/cloud/integrations/)
* License Keys [  License Keys ](/docs/cloud/license-keys/)
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Pricing ](https://capawesome.io/pricing/)
* [  FAQ ](/docs/cloud/faq/)
* [  Support ](/docs/cloud/support/)
* [  Contributing ](/docs/contributing/)
* [  LLMs ](/docs/llms/)
* [  Insiders ](/docs/insiders/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/insiders/support/)
* [  FAQ ](/docs/insiders/faq/)
* [  Blog ](/blog/)
* Categories

# License Keys[¶](#license-keys "Permanent link")

License keys grant your organization access to Capawesome [Insiders SDKs](/docs/insiders/). Each key is bound to one or more SDK packages and authenticates your installs against our private npm registry.

## How License Keys Work[¶](#how-license-keys-work "Permanent link")

A license key is scoped to an organization and references one or more Insiders SDK packages. When your developers or CI pipelines install one of those packages, the key authenticates the request against our private npm registry and the install is granted.

Only Owners and Admins can create, edit, rotate or delete license keys. See [Roles and Permissions](/docs/cloud/organizations/memberships/#roles-and-permissions) for details.

Adding a new SDK to a license key (whether on creation or by editing an existing key) **locks the key for 28 days**. While locked, the SDKs attached to the key cannot be changed and the key cannot be deleted. The name can still be edited, and the key can still be rotated, copied, and used to install packages. The lock prevents adding SDKs only to swap them out shortly after to gain access to more packages than your plan includes.

## Creating License Keys[¶](#creating-license-keys "Permanent link")

To create a license key in your organization:

1. Go to the **License Keys** page in the [Capawesome Cloud Console](https://console.cloud.capawesome.io/organizations/%5F/license-keys).
2. Click on the **Create License Key** button.
3. Enter a name for the license key.
4. Select the Insiders SDKs the license key should grant access to.
5. Read and accept the End User License Agreement (EULA).
6. Click **Create**. The new key is automatically copied to your clipboard.
Lock Period 

Creating a license key with one or more SDKs locks it for 28 days. While locked, the attached SDKs cannot be changed and the key cannot be deleted. The name can still be edited, and the key can still be rotated and copied.

## Editing License Keys[¶](#editing-license-keys "Permanent link")

To change the name or selected Insiders SDKs of a license key:

1. Go to the **License Keys** page in the [Capawesome Cloud Console](https://console.cloud.capawesome.io/organizations/%5F/license-keys).
2. Click on **Edit** in the "Actions" menu of the desired license key.
3. Update the name or the selected Insiders SDKs.
4. Click **Save**. Adding a new SDK starts a 28-day lock period; renaming alone does not.

## Rotating License Keys[¶](#rotating-license-keys "Permanent link")

Rotating a license key generates a new key value and immediately revokes the previous one. The lock period is **not** reset by a rotation.

1. Go to the **License Keys** page in the [Capawesome Cloud Console](https://console.cloud.capawesome.io/organizations/%5F/license-keys).
2. Click on **Rotate** in the "Actions" menu of the desired license key.
3. Confirm. The new key is automatically copied to your clipboard.
Rotation is Irreversible 

The previous key value is revoked immediately and cannot be recovered. Update any installs and CI pipelines that depend on the key.

## Deleting License Keys[¶](#deleting-license-keys "Permanent link")

To delete a license key:

1. Go to the **License Keys** page in the [Capawesome Cloud Console](https://console.cloud.capawesome.io/organizations/%5F/license-keys).
2. Click on **Delete** in the "Actions" menu of the desired license key.
3. Confirm.

Applications using the deleted key will lose access to the Insiders SDKs immediately. License keys cannot be deleted while they are locked.

May 7, 2026 

 Back to top 