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.
Installation
Section titled “Installation”We recommend using pnpm for package management within the WebbiOS ecosystem.
# Using pnpmpnpm add @webbi/sdk
# Using npmnpm install @webbi/sdk
# Using yarnyarn add @webbi/sdkRequirements
Section titled “Requirements”- Node.js:
v18.0.0or higher - TypeScript:
v5.0.0or higher (if using TypeScript)
Next Steps
Section titled “Next Steps”Once installed, proceed to the Authentication guide to learn how to initialize the SDK with your API keys.