Overview
observra-sdk-node routes your application's LLM calls through the Observra Gateway and
Quickstart
Adding Observra to an existing application takes three lines. This page walks
Configuration
Everything the SDK needs is set once, at startup.
Providers & streaming
Which providers work, on which integration path, and how streaming behaves on each.
Guardrails
The SDK scans outbound prompts and inbound responses for things that usually
Tracing
You don't configure tracing. configure() builds a tracer, instrument() wires it
Agents & tools
An agent run is many LLM calls, some tool executions, and one logical operation. By
API reference
Everything the observra-sdk-node package exports.