Skip to content

SDK Installation

The WebbiOS SDK (@webbi/sdk) is the official TypeScript library for interacting with the WebbiOS Core API. It is fully typed and supports both Node.js and Cloudflare Worker environments.

We recommend using pnpm for package management within the WebbiOS ecosystem.

Terminal window
# Using pnpm
pnpm add @webbi/sdk
# Using npm
npm install @webbi/sdk
# Using yarn
yarn add @webbi/sdk
  • Node.js: v18.0.0 or higher
  • TypeScript: v5.0.0 or higher (if using TypeScript)

Once installed, proceed to the Authentication guide to learn how to initialize the SDK with your API keys.