Every prompt. Every tool call. Every decision point.
Trust3 AI captures telemetry at the protocol layer — not inside the agent — so the record is complete regardless of how the agent was built or which framework it runs on. For each agent run, the following signals are captured:
| Signal | What gets captured |
|---|---|
| Prompts | Every prompt the agent received — from the user, from another agent, from a retrieval pipeline, or from a tool response |
| Tool calls | Every MCP server or API the agent called, with arguments constructed and response received |
| Decisions | Intermediate reasoning steps where the agent chose between tools, paths, or actions |
| A2A hops | Every agent-to-agent handoff — which agent called which, with what identity, carrying what payload |
| Data accesses | Which datasets, tables, or files were reached, under which user identity, with which policy decision applied |
| System state | Agent version, model version, tool catalog at time of call — required for incident reproduction |