Documentation Index
Fetch the complete documentation index at: https://docs.trodo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
What is Trodo?
Trodo is an observability platform built for the generation of products that have both a product surface and an AI layer. It brings together two things that have always lived in separate tools: event-based product analytics and agent-level tracing. Most teams ship faster when they understand three things:- What are users actually doing? — not what you assumed they’d do, but the real click paths, drop-off points, and activation patterns.
- What are users getting out of your agents? — which prompts succeed, which fail, how long things take, where errors stack up.
- What should you build next? — the answer lives in the data, not in opinion. Trodo surfaces it directly.
Talk to your data, not your dashboards
Traditional analytics tools give you charts. You still have to interpret them, build your own views, write SQL, or wait for a data team to pull a report. By the time you have an answer, the sprint is half over. Trodo is built around the idea that your data should answer questions, not raise them. Every run your agent executes, every user who hits a wall, every workflow that fails — it all lands in Trodo with the structure needed to query it in plain language. You describe what you want to know; Trodo finds it. This matters especially for AI products, where the feedback loop is fast and the product surface changes week to week. You cannot afford to wait on manual reporting.Two layers, one platform
Event Analytics
Track what users do across your product surface — pages, clicks, custom events, identity, groups. Understand acquisition, activation, retention, and churn with funnels, flows, and cohort analysis.
Agent Observability
Trace every agent execution end-to-end — LLM calls, tool invocations, latency, token spend, errors. Know exactly what your agents did and where they went wrong.
What Trodo tells you
Are users getting value from your agents?
The most important question for any AI product. Trodo gives you:- Success rates — what percentage of agent runs reach a successful outcome.
- Time-to-value — how long from first prompt to a result the user acts on.
- Retry signals — how often users re-run, rephrase, or abandon — a proxy for frustration.
- Satisfaction — attach explicit feedback to runs, or infer it from downstream behavior (did they use the output, or did they close the tab?).
Are there issues you don’t know about yet?
- Error aggregation — server-side crashes, uncaught exceptions, LLM refusals, and tool failures, all in one place with stack traces attached.
- Anomaly detection — latency spikes, token cost outliers, and error-rate shifts surface automatically as incidents.
- Root-cause traces — click any failed run to see the full span tree: which LLM call threw, what the input was, how far the agent got before it stopped.
What should you build next?
- Usage patterns — which tools get invoked most, which agent workflows users actually complete vs. abandon.
- User segments — power users vs. occasional users vs. churned. What separates them.
- Conversion paths — which product actions correlate with upgrade, expansion, or long-term retention.
- Feature gaps — where users attempt something your product can’t yet do.
Who it’s for
Trodo is built for teams shipping AI-native products — copilots, autonomous agents, workflow automation, chat interfaces — where understanding the product means understanding both the human side and the AI side.| If you’re a… | Trodo helps you… |
|---|---|
| Product manager | Answer what are users actually doing with this agent? without waiting on engineering |
| Engineer | Debug agent failures with full traces, not just error logs |
| Growth / data person | Segment users by agent behavior, not just page views |
| Founder | Know which bets to make next, backed by real usage patterns |
Get started
Event Analytics
Install the SDK and track your first event in under 5 minutes.
Agent Observability
Wrap your agent and see your first trace in under 2 minutes.
Concepts
Understand runs, spans, identity, and how it all fits together.