SudoDog - See Everything Your AI Agent Does

See Everything Your AI Agent Does

The observability layer for AI agents. Works with Claude Code, Docker Sandboxes, or standalone. Track every file access, API call, and command across Linux, Windows, and macOS. Real-time security alerts, cost tracking, and complete audit trails.

Works with Claude Code & Docker • Open source (MIT) • Free CLI

Choose Your Integration

SudoDog is the observability layer for AI agents. Use it with Claude Code, Docker Sandboxes, or standalone.
See every action your agent takesβ€”no matter how it runs.

Claude Code
Recommended

Add SudoDog as a hook to Claude Code. Observe everything Claude does without changing your workflow.

sudodog integrate claude-code
Setup Guide
Docker Sandboxes
Container-based

Run with Docker Sandboxes and add SudoDog for deep observability inside the container.

sudodog integrate docker
Learn More
Standalone CLI
Any agent, any framework

Run any agent with SudoDog CLI. Works with LangChain, AutoGPT, CrewAI, or custom agents.

sudodog run python agent.py
Install CLI

Available on all platforms

Linux Windows macOS

See It In Action

Zero integration - just prepend sudodog run to your existing command

bash β€’ sudodog run python agent.py
user@laptop:~$ sudodog run python agent.py
πŸ• SudoDog AI Agent Security
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🍎 Platform: macOS

▢️  Running: python agent.py

[Safe Operation] Reading configuration...
[Safe Operation] Connecting to API...

[Security Alert] Attempting SQL injection pattern detected
  Pattern: DROP TABLE users;
  ⚠️ Blocked by SudoDog

βœ… Command completed successfully
CPU: 8.2% | Memory: 124MB

user@laptop:~$ 

See Everything. Miss Nothing.

πŸ‘οΈ

Total Visibility

Every file read, every API call, every command executed. Complete audit trail of what your AI agent does.

⚑

Works With Any Sandbox

Claude Code, Docker Sandboxes, or standalone. SudoDog provides observability regardless of how you run your agent.

πŸ“Š

Real-Time Dashboard

Watch your agents in action. Live CPU, memory, and network stats. Know exactly what's happening right now.

πŸ›‘οΈ

Security Alerts

Detect suspicious patterns in real-time. SQL injection attempts, sensitive file access, unauthorized API calls.

πŸ’°

Cost Attribution

Know exactly which agent action cost you money. Track LLM spend by task, by agent, by team.

πŸ“‹

Compliance Ready

Immutable audit logs for SOC 2, EU AI Act, GDPR. Export reports with one click.

Free CLI, Paid Dashboard

Monitor locally for free. Upgrade to dashboard when you need team visibility.

Free

$0/month

Monitor agents locally on any platform

  • Linux, Windows, macOS support
  • Unlimited agents (local)
  • Terminal monitoring
  • Framework-agnostic
  • Native sandboxing
  • Resource monitoring
  • Security alerts
  • Local logs
  • Open source (MIT)
  • Community support
Install Free CLI
For Teams

Enterprise

Free Beta

Advanced compliance and security

  • Everything in Pro
  • Unlimited team members
  • SOC 2 compliance reports
  • Microsoft 365 integration
  • SSO (Azure AD)
  • Custom data retention (1 year+)
  • SIEM integration
  • On-premise deployment
  • Custom integrations
  • SLA & premium support
Contact Sales

Get Started in 30 Seconds

Install on your platform and start monitoring immediately. No code changes required.

Quick Install (All Platforms)

# Install from PyPI (Linux, macOS, Windows)
pip install sudodog

# Scan for AI agents running on your machine
sudodog-scan

# Run your agent with monitoring
sudodog run python agent.py

# Or integrate with Claude Code
sudodog integrate claude-code

Alternative: Shell Scripts

# Linux
curl -sL https://sudodog.com/install-linux.sh | bash

# macOS
curl -sL https://sudodog.com/install-macos.sh | bash

# Windows (PowerShell as Administrator)
irm https://sudodog.com/install.ps1 | iex

Works With Any Framework

Zero code changes - just prepend sudodog run

# LangChain
sudodog run python langchain_agent.py

# AutoGPT
sudodog run python -m autogpt

# CrewAI
sudodog run python crewai_agent.py

# Custom agent
sudodog run python your_agent.py

# Any language
sudodog run node agent.js
sudodog run ruby agent.rb

πŸ“š Full Documentation: Documentation β€’ Quick Start Guide

Open Source: View on GitHub β€’ MIT License