Skip to content

Commit 21ed373

Browse files
committed
Update Cloud API key creation instructions for new site design
The Arduino Cloud website was recently redesigned. Before the redesign, API keys were managed by selecting "API keys" from the navigation panel on the Arduino Cloud home page. That item was removed from the navigation panel and there is now a dedicated page for managing API keys. This means the instructions based on the old design are no longer correct. The new design allows us to point the user directly to the relevant page rather than sending them to the home page and then instructing them in how to navigate to the key management interface. That navigation process is slightly more complex with the new design so continuing with the previous approach of starting from the home page would require adding an additional step to the instructions.
1 parent 4c19a13 commit 21ed373

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/arduino-cloud/07.api/02.arduino-iot-api/arduino-iot-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ To authenticate, you will need to generate a `clientId` and `clientSecret`. This
4747

4848
**1.** Log in to your [Arduino account](https://cloud.arduino.cc/home/).
4949

50-
**2.** Navigate to the [Arduino Cloud home page](https://cloud.arduino.cc/home/).
50+
**2.** Navigate to the [API Keys page](https://app.arduino.cc/api-keys).
5151

52-
**3.** Click **"API keys"** at the bottom left corner, and then click **"CREATE API KEY"**. Name it, and save it as a PDF. You will **not** be able to see `clientSecret` again.
52+
**3.** Click **"CREATE API KEY"**. Name it, and save it as a PDF. You will **not** be able to see `clientSecret` again.
5353

5454
![API Keys in the Arduino Cloud](assets/api-keys.png)
5555

content/arduino-cloud/08.arduino-cloud-cli/07.getting-started/arduino-cloud-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Each command has a set of **subcommands** which we will be exploring in this gui
7373

7474
- `arduino-cloud-cli credentials`
7575

76-
***Get your API key from the [Arduino Cloud home page](https://cloud.arduino.cc/home/) (bottom left corner of the page)***
76+
***Get your API key from the [Arduino Cloud API Keys page](https://app.arduino.cc/api-keys)***
7777

7878
To authenticate with the Arduino Cloud, we will need to first set our credentials, using our `clientId` and `clientSecret` which is obtained from the Arduino Cloud API keys section.
7979

0 commit comments

Comments
 (0)