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:
Verify your installation (optional)
You can run the following command to see your currently installed version:
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:
This will open a browser where you can Log In to Upstreet using your preferred Authentication Provider.