Owlmetry
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/node

Import

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 fetch and AbortSignal.timeout support
  • ESM or CommonJS -- the package exports both via conditional exports in package.json

Next Steps

Once installed, configure the SDK with your API key and endpoint.

Ready to get started?

Connect your agent via MCP or CLI and start tracking.