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 is ESM-only. Import it in your application entry point:
import { Owl } from "@owlmetry/node";If your project still uses CommonJS (require), you will need to switch your package.json to "type": "module" or use dynamic import().
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 -- the package ships as pure ESM with
.jsextensions
Next Steps
Once installed, configure the SDK with your API key and endpoint.
