diff --git a/docs/concepts/_static/api_keys/pak.png b/docs/concepts/_static/api_keys/pak.png index 5908d1dd6..dd98491d3 100644 Binary files a/docs/concepts/_static/api_keys/pak.png and b/docs/concepts/_static/api_keys/pak.png differ diff --git a/docs/concepts/_static/api_keys/wak.png b/docs/concepts/_static/api_keys/wak.png index b9159bc58..8880bf430 100644 Binary files a/docs/concepts/_static/api_keys/wak.png and b/docs/concepts/_static/api_keys/wak.png differ diff --git a/docs/concepts/personal-access-token.mdx b/docs/concepts/personal-access-token.mdx index 124f05290..bcfddac27 100644 --- a/docs/concepts/personal-access-token.mdx +++ b/docs/concepts/personal-access-token.mdx @@ -37,8 +37,10 @@ Follow these steps to create API Keys for your Project: 1. Go to . 2. Click **Create new API key** -3. Enter the API Key name and click **Create** -4. Copy the created API Key +3. Enter the API Key name +4. Select an **expiration** date. It is recommended to always create API keys with an expiry date. +5. Click **Create** +6. Copy the created API Key ```mdx-code-block @@ -97,8 +99,10 @@ Follow these steps to create API keys for your workspace: 2. Go to **Workspace settings** through the workspace menu in the top left corner. 3. Select **API keys** in the sidebar. 4. Click the **+** icon in the **API Keys** section. -5. Enter the API Key name and click **Create new API key**. -6. Copy the created API Key from the prompt that shows at the bottom right of the screen. +5. Enter the API Key name +6. Select an **expiration** date. It is recommended to always create API keys with an expiry date. +7. Click **Create** +8. Copy the created API Key from the prompt that shows at the bottom right of the screen. ```mdx-code-block