Skip to main content
Validate your app’s health and readiness before deployment.

Overview

Diagnostics performs comprehensive checks across all app components—agents, tools, events, memory, and orchestration logic. It automatically detects missing or misconfigured elements and prioritizes issues for efficient remediation.

Running Diagnostics

  1. Navigate to your app’s Overview page.
  2. Click Run Diagnostics.
  3. Wait for the scan to complete.
  4. Review the diagnostic report.

What Gets Checked

Diagnostics performs static and logical validation. It evaluates configuration health. Use Playground to test conversational outcomes.

Report Structure

Severity Levels

Report Views

Overview Tab: High-level summary
┌──────────────────────────────────────────────────┐ │ Diagnostics Report │ ├──────────────────────────────────────────────────┤ │ │ │ Status: ⚠️ Issues Found │ │ │ │ 🔴 Errors: 2 │ │ 🟡 Warnings: 3 │ │ 🔵 Info: 5 │ │ │ └──────────────────────────────────────────────────┘
Agents Tab: Agent-specific issues
┌────────────────────────────────────────────────────┐ │ Agents │ ├────────────────────────────────────────────────── ─┤ │ │ │ Support Agent │ │ 🔴 Missing tool: get_order_status (not deployed) │ │ 🟡 Knowledge source ‘faq_db’ index is stale │ │ [Fix now] │ │ │ │ Billing Agent │ │ ✅ No issues found │ │ │ └────────────────────────────────────────────────────┘
Tools Tab: Tool-specific issues
┌────────────────────────────────────────────────────┐ │ Tools │ ├────────────────────────────────────────────────────┤ │ │ │ Workflow Tools │ │ 🔴 process_refund: Not deployed │ │ [Deploy now] │ │ │ │ MCP Tools │ │ 🟡 crm_tools: Server connection timeout │ │ Last successful connection: 2 hours ago │ │ [Test connection] │ │ │ │ Code Tools │ │ ✅ All code tools validated │ │ │ └────────────────────────────────────────────────────┘

Common Issues

Missing Tool Deployment

Stale Knowledge Index

Missing Environment Variables

MCP Server Unreachable

Agent Without Tools

Quick Fixes

Many issues include a [Fix now] button:

Validation Rules

Diagnostics applies consistent standards:

Agents Must Have

  • ✅ Name and description
  • ✅ At least one capability (tools or knowledge)
  • ✅ Valid AI model configured
  • ✅ All linked tools deployed

Tools Must Have

  • ✅ Name and description
  • ✅ Valid parameter definitions
  • ✅ Successful test execution
  • ✅ Deployed status (for workflow tools)

Events Must Have

  • ✅ Trigger condition defined
  • ✅ Handler workflow linked
  • ✅ Parameters mapped correctly

Best Practices

Run Before Every Deployment

Make diagnostics part of your deployment checklist:

Address Warnings

While warnings don’t block deployment, they often indicate issues that will affect users.

Regular Health Checks

Run diagnostics periodically, not just before deployment:
  • Catch configuration drift.
  • Detect external service issues.
  • Maintain system health.

Limitations

Diagnostics performs static and logical validation only:
For conversation testing, use the Playground feature to simulate real interactions.