Skip to content

Commit 4893277

Browse files
IanWhalenclaude
andcommitted
Fix Connect with code steps to match actual app UI
The steps incorrectly directed users to the API keys subtab to copy credentials separately. In the app, credentials are available directly in the SDK code sample subtab via the Include API key toggle. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e554446 commit 4893277

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/set-up-a-machine/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ Your machine is online. Now connect to it programmatically.
119119

120120
1. Go to your machine's page in the Viam app.
121121
2. Click the **CONNECT** tab.
122-
3. Select **API keys** and copy your **API key** and **API key ID**.
123-
4. Copy the **machine address** from the same tab.
124-
5. Choose your language (Python, TypeScript, Golang, C++, or Flutter).
125-
6. Copy the code sample, install the SDK, paste in your credentials, and run it.
122+
3. Select **SDK code sample**.
123+
4. Choose your language (Python, TypeScript, Golang, C++, or Flutter).
124+
5. Toggle **Include API key** to embed your credentials directly in the snippet.
125+
6. Copy the code sample, install the SDK, and run it.
126126

127127
If the connection succeeds, the script prints your machine's available resources.
128128

0 commit comments

Comments
 (0)