Accessing the dashboard
Go to Dashboard in the sidebar. Select a date range using the picker. It defaults to the current month.Key metrics
AI automation rate
The percentage of conversations handled entirely by AI, without human intervention.Average AI response time
How long it takes your MAS to generate a response, averaged across all AI-handled conversations. Measured in seconds. Several factors affect response time:- Model choice: Reasoning models (like GPT-5) are significantly slower than non-reasoning models. If an agent doesn’t need deep reasoning, switching to a faster model can cut response time substantially.
- Workflow complexity: More agents in the chain means more LLM calls. A Triage > Orders > Refund flow takes longer than a single agent handling everything directly.
- Tool calls: Each tool call adds latency. Some tools (API tools calling slow external services, web search, MCP tools) can take several seconds each. Unnecessary or redundant tool calls compound the problem.
- Parallel tool calls: Enabling parallel tool calls in Model Settings can reduce time when an agent needs multiple independent pieces of data.

