SDKsNode.js SDK
Installation
Install the @owlmetry/node package with npm, pnpm, or yarn.
Install the @owlmetry/node package from npm.
Install
npm install @owlmetry/nodeImport
The SDK ships both ESM and CommonJS builds. Import it in your application entry point:
import { Owl } from "@owlmetry/node";Zero Dependencies
@owlmetry/node has no runtime dependencies. It uses only Node.js built-in modules (node:crypto, node:zlib, node:fs, node:os, node:path) and the global fetch API available in Node.js 20+.
Requirements
- Node.js 20+ -- required for native
fetchandAbortSignal.timeoutsupport - ESM or CommonJS -- the package exports both via conditional
exportsinpackage.json
Next Steps
Once installed, configure the SDK with your API key and endpoint.
