Skip to content
6 changes: 3 additions & 3 deletions sqlite-cloud/platform/apikey.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can create an API Key and immediately assign it to any existing user in your
* Select **Set expiration date** to enforce a rotation policy or for temporary access tokens.
6. Click **Create**.

[VIDEO: create_apikey_global.mp4]
{/* [VIDEO: create_apikey_global.mp4] */}
{/* <!-- Video showing the global creation flow: entering a name, selecting a user from the dropdown, picking a date, and creating --> */}

---
Expand All @@ -47,14 +47,14 @@ If a key is lost, forgotten, or you suspect it has been compromised (leaked), yo

**Warning:** Regenerating a key invalidates the old key string immediately. You must update any applications or scripts using the old key with the new value to restore connectivity.

[VIDEO: regenerate_apikey.mp4]
{/* [VIDEO: regenerate_apikey.mp4] */}
{/* <!-- Video showing the regenerate flow and the confirmation modal --> */}

### Editing and Deleting
* **Edit:** Allows you to rename the key or change its expiration settings without changing the key string itself.
* **Delete:** Permanently revokes the key. Applications using this key will no longer be able to connect.

[VIDEO: delete_apikey.mp4]
{/* [VIDEO: delete_apikey.mp4] */}
{/* <!-- Video showing the delete action --> */}

---
Expand Down
Loading