Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build-apps/setup/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Set up a project for running Viam SDK code from a Node.js process: a backend ser
- A configured Viam machine
- The machine's host address, an API key, and an API key ID

Get the three credentials from the machine's **CONNECT** tab in the Viam app: go to the machine's page, click **CONNECT**, select **TypeScript**, and toggle **Include API key** on. Copy the `host`, `authEntity` (API key ID), and `payload` (API key) from the generated code sample.
Get the three credentials from the machine's **CONNECT** tab in the Viam app: go to the machine's page, click **CONNECT**, select **Server-side TS**, and toggle **Include API key** on. Copy the `host`, `authEntity` (API key ID), and `payload` (API key) from the generated code sample.

## Create a project

Expand Down
2 changes: 1 addition & 1 deletion docs/build-apps/setup/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Viam TypeScript SDK does not work with Expo (neither Expo Go nor development
- A configured Viam machine
- The machine's address, an API key, and an API key ID

Get the credentials from the machine's **CONNECT** tab in the Viam app. Click **CONNECT**, select **TypeScript**, toggle **Include API key** on, and copy the `host`, `authEntity`, and `payload` values.
Get the credentials from the machine's **CONNECT** tab in the Viam app. Click **CONNECT**, select **Browser TS**, toggle **Include API key** on, and copy the `host`, `authEntity`, and `payload` values.

## Create a project

Expand Down
2 changes: 1 addition & 1 deletion docs/build-apps/setup/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Set up a project for building a Viam web app with TypeScript: a custom dashboard
- A configured Viam machine
- The machine's host address, an API key, and an API key ID

Get all three credentials from the machine's **CONNECT** tab in the Viam app: go to the machine's page, click **CONNECT**, select **TypeScript**, and toggle **Include API key** on. Copy the `host`, `authEntity` (the API key ID), and `payload` (the API key) from the generated code sample.
Get all three credentials from the machine's **CONNECT** tab in the Viam app: go to the machine's page, click **CONNECT**, select **Browser TS**, and toggle **Include API key** on. Copy the `host`, `authEntity` (the API key ID), and `payload` (the API key) from the generated code sample.

## Create a project

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/control/drive-rover.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ If you have run this command and added your environment variables, skip ahead to

{{< /alert >}}

Go to the **CONNECT** tab and select **TypeScript**.
Go to the **CONNECT** tab and select **Browser TS**.
Save your API key and API key ID as environment variables or include them in the code:

{{% snippet "show-secret.md" %}}
Expand Down
Loading