/docs/install

Install

Install the obsrv SDKs in Python, Node, or any environment that can speak HTTPS.

Python

The Python SDK requires Python 3.9+ and ships pre-built wheels.

pip install theta-obsrv

The SDK depends on pydantic 2.x and httpx.

Node

The Node SDK supports Node 18+ and ships ESM, CJS, and TypeScript types.

npm install @theta-lab/obsrv

Verify install

import theta_observability
print(theta_observability.__version__)

Other languages

obsrv exposes a stable HTTP API. If you ship Go, Ruby, Java, or anything else, you can talk to obsrv directly. See the REST API reference.