The Upstreet Agents SDK is now in public beta 🎉 Get started →
Getting StartedSetup the SDK

Setup the SDK

Get started with the Upstreet Agents SDK and begin building AI Agents today.

To start building with Upstreet AI Agents, first set up the Upstreet Agents SDK (usdk). If you're new to Agents, check out What are Agents? for a quick introduction.

For more on SDK architecture and capabilities, see our Concepts guide.

Prerequisites

Before getting started, make sure you have the following:

Ensure the Node version is version 22.9.0 or above, else usdk will not work.

Install from NPM

To install the usdk command-line tool, use the following command:

npm install -g usdk

Verify Installation (optional)

To confirm a successful installation, check your SDK version:

Terminal
usdk version
0.0.92

This command should return the installed version number. For additional version details, you can view all available versions of usdk on NPM.

Tip: While you can use npx usdk@latest <subcommand> to run usdk directly, we recommend specifying a fixed version for consistency.

Log into the SDK

Some SDK features require you to be logged in. To log in:

  1. Run the command:

    usdk login
  2. A browser will open. Log into Upstreet with your preferred authentication provider.

On this page

Facing an issue? Add a ticket.