Overview

SudoDog is an AI Agent Observability & Security platform that provides comprehensive monitoring, security threat detection, and cost analytics for AI agents across organizations.

Quick Start

Installation

Install the SudoDog CLI to start monitoring your AI agents.

pip install sudodog

First Scan

Run your first scan to discover AI agents in your codebase.

sudodog scan --api-key YOUR_API_KEY

Getting Your API Key

1. Go to Settings → API Keys in your dashboard
2. Click "Create New API Key"
3. Copy and store your key securely
4. Use the key with the scanner or in your CI/CD pipeline

Mission Control

Mission Control serves as the central monitoring hub for all your AI agents. It displays real-time metrics including:

Active Agents

Total number of running AI agents

Daily Spending

Real-time cost tracking across all providers

Security Alerts

Active security incidents requiring attention

Health Score

Overall system health indicator (0-100)

Agent Status

Track Active, Idle, Error, and Stopped states

Agent Explorer

View and manage all your connected AI agents in one place. Each agent card shows:

Status

Running, idle, error, or stopped state

Framework

Claude, GPT, LangChain, AutoGPT, etc.

Platform

Linux, macOS, or Windows

Resource Usage

CPU and memory consumption

Last Activity

When the agent last reported telemetry

Actions Count

Total actions performed by the agent

Security Center

Monitor and protect your AI agents from security threats. The Security Center detects:

Prompt Injection

Malicious prompts attempting to manipulate agent behavior

Data Exfiltration

Unauthorized data transfer attempts

Unauthorized Access

Access attempts from unknown sources

Anomalous Behavior

Unusual patterns that deviate from normal operation

Threat Timeline

Chronological view of all security events

Resolution Tracking

Track incident status and remediation

Cost Intelligence

Track and optimize your AI spending across all providers and models.

Per-Agent Breakdown

See exactly how much each agent costs

Provider Analytics

Compare costs across OpenAI, Anthropic, AWS, etc.

Model Comparison

Cost analysis by model (GPT-4, Claude, etc.)

Spending Trends

Historical cost analysis and projections

Budget Alerts

Get notified when approaching limits

Optimization Tips

AI-powered recommendations to reduce costs

Quality & Performance

Monitor the quality and performance of your AI agents.

Response Times

Average and P95 latency metrics

Success Rate

Percentage of successful agent actions

Error Tracking

Detailed error logs and patterns

Token Usage

Input/output token consumption

Quality Score

Overall agent quality indicator

Enterprise Features

Microsoft 365 Integration

Export telemetry data to Agent 365 for unified governance. Features include:
- Azure AD Single Sign-On (SSO)
- Automatic data sync to Microsoft 365
- Unified compliance reporting
- Team permission sync

Shadow Agent Discovery

Automatically detect unmonitored AI agents running in your environment through:
- Process scanning
- Network traffic analysis
- API call detection
- Code repository scanning

Compliance Reports

Generate compliance documentation for major standards:
- SOC 2 Type II
- EU AI Act
- ISO 42001
- GDPR
- HIPAA

Audit Logging

Maintain immutable records of all actions with:
- Tamper detection
- Cryptographic verification
- Export capabilities
- Retention policies

Team Management

Role-based access control with four permission levels:
- Viewer: Read-only access to dashboards
- Developer: Create and manage agents
- Admin: Full access except billing
- Owner: Full access including billing

CLI Reference

CommandDescriptionFlags
sudodog scan [PATH]Scan directory for AI agents--api-key, --watch, --verbose
sudodog listList all discovered agents--api-key, --format json|table
sudodog statusCheck agent status--api-key, --agent-id
sudodog configConfigure CLI settings--api-key, --endpoint
sudodog versionShow CLI version

API Reference

MethodEndpointDescription
GET/api/v1/agentsList all agents
POST/api/v1/telemetrySubmit telemetry data
GET/api/v1/costs/summaryGet cost summary
GET/api/v1/security/eventsList security events
GET/api/v1/dashboard/overviewGet dashboard metrics

Supported Frameworks

Claude Code
OpenAI GPT
Anthropic Claude
LangChain
AutoGPT
CrewAI
AWS Bedrock
Azure OpenAI
Google Vertex AI
Hugging Face
LlamaIndex
Custom Agents

System Requirements

CLI

  • Python 3.8+
  • pip package manager

Self-Hosted

  • Docker 20+
  • PostgreSQL 13+
  • Redis 6+
  • 4GB RAM minimum

Browsers

  • Chrome 90+
  • Firefox 88+
  • Safari 14+
  • Edge 90+

Support

Need help? We're here for you.

Email: support@sudodog.com
GitHub: github.com/SudoDog-official