# Full Visibility into AI Agent Work

## Handed off, wide open.

You'd never let a new hire work without checking in. Same goes for your agents. Every task, step, and tool call — traced in real time so you can review and drill into the details.

![Trace viewer showing a "Draft welcome email" step with a tree of messages, tool calls, and a detail pane showing the GMAIL_CREATE_DRAFT tool call](diagrams/visibility.svg)

### Example: Tracing a draft email

The trace viewer shows every turn of an agent's work on the "Draft welcome email" step:

**Run: Retry**

| Turn | Message | Tools | Knowledge | Response |
|------|---------|-------|-----------|----------|
| 1 | Received task | Tools (2) | Knowledge (0) | RECALL_KNOWLEDGE |
| 2 | Knowledge loaded | Tools (2), Knowledge (1), RECALL_KNOWLEDGE result | — | GMAIL_CREATE_DRAFT |
| 3 | Draft created | Tools (2), Knowledge (1), GMAIL_CREATE_DRAFT result | — | Final response |

**Tool call detail — GMAIL_CREATE_DRAFT:**

```json
{
  "to": "jamie@acmecorp.com",
  "subject": "Welcome to Agentican, Acme Corp!",
  "body": "Hi Jamie,\n\nCongratulations on the Series B...",
  "cc": "success@agentican.ai"
}
```

### Visibility features

- **Watch it happen** — Watch agents think, call tools, and produce results as the task runs in real time.
- **Full trace history** — Every turn is recorded — the prompt, the tools used, and the agent's response.
- **Token and cost tracking** — See how many tokens each step consumed and what it cost, at every level.
- **Drill into tool calls** — Click any tool call to see the exact inputs and outputs. Debug issues in seconds.
- **Retry visibility** — When a step is retried, every attempt is preserved. Compare runs side by side.

---

*© 2026 Agentican Inc. All rights reserved.*
