From cec38991cebe246d241c2ffc4afc91c345860c22 Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 3 Dec 2024 20:35:21 -1000 Subject: [PATCH] chore: Update Optimize API key creation steps (#6480) Update Optimize API key creation steps --- content/500-platform/10-about.mdx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/500-platform/10-about.mdx b/content/500-platform/10-about.mdx index b8fd8cb916..ee4a019f55 100644 --- a/content/500-platform/10-about.mdx +++ b/content/500-platform/10-about.mdx @@ -61,12 +61,11 @@ To obtain the Optimize API key: 1. Navigate to the workspace where you want to use Optimize. 2. Ensure that Optimize is launched. If it isn't, click the **Launch Optimize** button. -3. If it isn't launched, spot the text in the Optimize dashboard that says, "Start by creating your first API key __here__ and start using Optimize," and click the __here__ link. -4. Click your profile name in the top right corner of the navbar. -5. Select **Settings**. -6. Click **Create API key**. -7. Enter a name for the API key in the **Name** field, then click **Create**. -8. Copy the API key and store it securely. This will be used in your project's [`.env` file](/optimize/getting-started#23-add-the-optimize-api-key-to-your-env-file) via the `"OPTIMIZE_API_KEY"`. Finally, click the **"I've stored it securely"** button. +3. In Optimize, click your profile name in the top right corner of the navbar. +4. Select **Settings**. +5. Click **Create API key**. +6. Enter a name for the API key in the **Name** field, then click **Create**. +7. Copy the API key and store it securely. This will be used in your project's [`.env` file](/optimize/getting-started#23-add-the-optimize-api-key-to-your-env-file) via the `"OPTIMIZE_API_KEY"`. Finally, click the **"I've stored it securely"** button. You now have your Optimize API key.