Your Business is a tracing and eval platform built for LLM-native applications. Drop in three lines of code and get distributed traces, token-cost attribution, and live evals across every model, tool call, and retry — without the cardinality bill.
We instrument the entire LLM call graph — prompts, tool calls, retries, and evals — so you can ship agents the way you ship the rest of your product: with traces, dashboards, and on-call.
OTel-compatible spans for every LLM call, tool call, and retry — across services. Search, filter, replay.
import { trace } from "@yourbusiness/sdk"; // wraps any async function await trace("qualify", async () => { ... });
Factuality, helpfulness, brand-voice. Run a panel of evals on every production trace, not just CI.
yourbusiness.eval("factuality_v3", { on: "every_response", alert: { score: "< 0.85" } });
Token spend, broken down by feature, customer, model, and retry. Stop being surprised by the bill.
yourbusiness.tag(span, { customer_id: "acme", feature: "summarize" });
Version, A/B, and roll back prompts without a deploy. Every change is a diffable artifact.
const prompt = await yourbusiness.prompt("qualify@latest"); // canary 10% to qualify@v18
Replay any production trace locally with the same inputs, model, and tools. Reproduce bugs in 30 seconds.
$ yourbusiness replay trc_a1b2c3 → rebuilding tool sandbox… → replaying with claude-opus-4.7
Curate eval datasets from real traces. Click to add, version-control, run regression suites in CI.
yourbusiness.dataset("qualify-edge") .add(trace) .freeze("v3");
Native SDKs for the languages you use. Adapters for the model providers, vector DBs, and frameworks you've already paid for. No re-platforming.
Free for hobby. Pro scales linearly with traces, no surprise cardinality bills. Enterprise is for teams that need SSO, audit log, and a signed BAA.
For solo builders and side projects. Forever free, no credit card.
For teams shipping LLM features in production. Linear pricing, no per-seat tax.
For regulated teams and 100+ engineer orgs. Self-host or VPC-deploy.
We rolled out Your Business on a Tuesday and shipped twelve agent improvements in the first sprint. The replay tool alone paid for the year.
Trace, eval, replay. Your Business is free up to 50k spans a month — start with the SDK, add the dashboard, scale when you're ready.