Install the SDK
Add @vorim/sdk or the Python package to a project, point it at your key, and confirm the client is talking to the API before you write anything real.
Installation
Install the SDK using npm, yarn, or pnpm. Zero dependencies — types are bundled.
# npm
npm install @vorim/sdk
# yarn
yarn add @vorim/sdk
# pnpm
pnpm add @vorim/sdkbashThe SDK requires Node.js 18+ or any modern browser with the Fetch API and Web Crypto API.
TypeScript Support
Full type definitions included. The SDK re-exports types from @vorim/shared-types for convenience.
Need Help?
Book a demo for a walkthrough, or contact us for support. For enterprise needs, reach out at sales@vorim.ai.