Dashboard Overview

Visual management and monitoring for your AI agents.

The AgentSudo Dashboard provides a visual interface for managing and monitoring your AI agents.

Open Dashboard →

Features

  • Project Management - Organize agents into projects
  • Agent Configuration - Create and edit agents visually
  • Activity Monitoring - Real-time event feed
  • Analytics - Permission check statistics
  • Playground - Test agents with AI

Getting Started

  1. Sign up for a free account
  2. Create a project and get your API key
  3. Connect your SDK with configure_cloud(api_key="as_...")
  4. Watch events flow into your dashboard

Dashboard Sections

Overview Tab

The Overview tab shows:

  • Total Events - Permission checks in the selected time period
  • Active Agents - Number of agents in your project
  • Sessions - Active and expired sessions
  • Denial Rate - Percentage of denied permission checks

Agents Tab

Manage your agents:

  • View all agents and their scopes
  • Create new agents
  • Edit agent permissions
  • Delete agents

Activity Feed

Real-time log of permission checks:

  • Agent name
  • Scope requested
  • Result (allowed/denied)
  • Timestamp
  • Session ID

Next Steps