@owlai/sdk
v0.1.4
Published
Owl session recording SDK — rrweb-based session replay + product events for Owl insights
Downloads
528
Readme
@owlai/sdk (scaffold)
Owl SDK skeleton. This package will let customer apps stream session replay + behavioral evidence into Owl, so Owl can keep generating issues/items under product metrics.
This folder is a scaffold — types and the public surface are defined so the rest of Owl can integrate against them, but the implementation is intentionally minimal.
Targets
@owlai/sdk— vanilla JS/TS SDK@owlai/sdk/react— React provider + identify component + hook@owlai/cli— installer CLI (planned)
Public key shape
owl_pk_<env>_<random>Event model (initial)
session.startedpage.viewedroute.changedinteraction.clickinteraction.formuser.identifiedbusiness.eventactivation.milestonefriction.rage_clickfeature_flag.evaluated
Ingest endpoints (target)
POST /api/sdk/replayPOST /api/sdk/eventsPOST /api/sdk/identifyPOST /api/sdk/heartbeat
Status
- Scaffold only. Not yet published.
