Dashboard Overview

The Valgent dashboard provides a comprehensive interface for managing your AI agent validation workflow. This guide covers all the features and functionality available in the web application.

Dashboard Layout

The dashboard is organized into several key sections:

  • Dashboard - Main overview and recent activity
  • Validate - Interactive validation playground
  • History - Past validation results and history
  • API Keys - Manage authentication keys
  • Teams - Organization and team management
  • Settings - Account and notification preferences

Main Content Area

The main area displays context-sensitive information based on your current section:

  • Overview cards - Quick stats on validations, errors, and usage
  • Recent activity - Latest validation results
  • Quick actions - Common tasks and shortcuts

Getting Started

1. Create Your First Validation

# Upload an agent card file or paste JSON directly
{
  "agent_id": "my-agent",
  "version": "1.0.0",
  "name": "My AI Agent",
  "description": "A helpful AI assistant"
}

2. Review Results

The validation results show:

  • Compliance Status - Pass/fail indication
  • Error Details - Line-by-line error descriptions
  • Quality Score - Overall quality metrics
  • Suggestions - Improvement recommendations

3. Export and Share

  • Download validation reports as JSON or PDF
  • Share results with team members
  • Integrate with your CI/CD pipeline

Dashboard Features

Real-time Validation

Validate agent cards instantly with live feedback as you type or upload files.

Batch Processing

Upload multiple agent cards for bulk validation:

  1. Click Batch Upload in the validation section
  2. Select multiple .json files
  3. Review results in the batch processing queue
  4. Download combined reports

Validation History

Access your complete validation history:

  • Filter by date range, status, or agent ID
  • Search validation results -export historical data
  • Compare different versions of the same agent

Analytics and Insights

Track your validation patterns:

  • Success Rate - Percentage of passing validations
  • Common Errors - Most frequent validation issues
  • Usage Trends - Validation frequency over time
  • Quality Improvements - Score trends for your agents

Keyboard Shortcuts

| Shortcut | Action | |----------|--------| | Ctrl/Cmd + K | Open command palette | | Ctrl/Cmd + N | New validation | | Ctrl/Cmd + S | Save current validation | | Ctrl/Cmd + H | View validation history | | Esc | Close modal/dialog |

Mobile Experience

The dashboard is fully responsive and works on mobile devices:

  • Collapsible sidebar for mobile navigation
  • Touch-friendly interface elements
  • Optimized layouts for small screens
  • Full feature parity with desktop

Dark Mode

Toggle between light and dark themes:

  1. Click the theme toggle in the top navigation
  2. Or use the keyboard shortcut Ctrl/Cmd + Shift + L
  3. Theme preference is saved to your account

Next Steps

    Valgent - Validate AI Agent Cards