What's actually free and open source?
The capture SDKs (Python & TypeScript, on PyPI and npm) and the server plus
dashboard, all Apache-2.0. Self-host with one docker compose up and you get
cost, token, and latency tracking attributed to the function and route that made each
call, priced from a community-maintained catalog. No account, no token limits, no
gated features on the tracking layer.
What does the hosted tier add?
The evaluation-and-action layer: continuous shadow evals of your live traffic,
judge-qualified scorecards, evidence-backed pull requests, canary rollouts, and
anomaly diagnosis. It's live now. Self-hosted Metergraph shows you the cost; the
hosted engine tests alternatives and ships the fix.
Is Metergraph in my request path?
No, by design. The SDK captures asynchronously, and native OpenTelemetry GenAI
ingestion works if you're already instrumented. Enforcement (canary, promotion,
rollback) rides a dynamic-config flag your SDK polls. It behaves like a feature
flag; nothing gets proxied.
Do you ever see my prompts and completions?
Not unless you explicitly opt in. The SDK sends usage metadata only, and the
self-hosted server strips any content field at ingest through a column allowlist, so
content can't reach the database in the first place. Content capture is an explicit
opt-in that only has any effect against the hosted service.
Whose API keys does shadow replay use?
Yours. Replay runs on your own provider accounts, inside your contractual
constraints. The eval tokens we spend on judging and scoring are our cost of
goods: we spend eval tokens to find you a multiple in savings.
What about compliance and sensitive data?
BYO keys by default, per-route replay opt-outs, zero-retention modes, and
residency-aware sampling, so EU data only touches EU endpoints, including for
evals. If you need a BAA or an in-VPC deployment, request that conversation from
inside the dashboard.
What does the hosted tier cost?
A platform fee tiered on traced volume, with a shadow-eval budget included in
each tier. Design partners get it free and white-glove while we calibrate, in
exchange for feedback and a case study. The open-source layer stays free
regardless.