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

Setup the SDK

With the Upstreet Agents SDK, you can start building Agents for yourself.

To get started with Upstreet and building AI Agents, you need to set up the Upstreet Agents SDK (usdk). Dive deeper into how the Agents SDK works in our Concepts guide.

Prerequisites

  • Node.js (version 22.1.0 and above)

Install from NPM

You can install the usdk command-line tool by running the following command in your Terminal:

npm install -g usdk

Verify your installation (optional)

You can run the following command to see your currently installed version:

Terminal
$ usdk version
0.0.59

You can see all versions of usdk on NPM.

While you can also run usdk directly using npx usdk@latest <subcommand>, we recommend tying yourself to a specific version of the SDK while building your agent.

Log into the SDK

You must be logged into the SDK to carry out certain actions. You can log in by running:

usdk login

This will open a browser where you can Log In to Upstreet using your preferred Authentication Provider.

On this page