---
title: API Key Management
description: How to access, view, edit, and regenerate your Jodit Cloud API key.
keywords: jodit cloud, api key, management, regenerate, settings
---

# API Key Management

## Accessing Cloud Settings

**For all license types** (not just cloud-specific licenses):

1. Go to your [account dashboard](/jodit/pro/cab/)
2. View any paid order in your orders list
3. Click the **"Cloud Settings"** button at the bottom of the order details
4. This will take you to the dedicated Cloud Settings page

## Viewing Settings

The Cloud Settings page has two panels:

**Left Panel - API Key Management:**

- Current API key and expiration status
- Configuration options (ECMAScript version, language, referrers, etc.)
- License extension and trial key creation options

**Right Panel - Instructions:**

- Step-by-step setup guide
- Code examples for HTML, React, and Vue.js
- Configuration explanations

## Editing Settings

1. Change the necessary parameters
2. Click "Save Settings" to save changes
3. Changes take effect within **15 minutes**

> **Note:** Setting changes (ECMAScript version, language, referrers, etc.) require up to 15 minutes to propagate through our CDN cache. Wait before testing after making changes.

## Regenerating API Key

If you suspect your API key has been compromised:

1. Click the "Regenerate API Key" button
2. Confirm the action in the dialog box
3. The old key stops working immediately
4. Update your code with the new API key
5. **Wait 15 minutes** for the new key to become fully active

> **Important:** After regenerating your API key, allow up to 15 minutes for the new key to be activated across all CDN servers before using it in production.
