Real-time observability for AI coding agents

Monitor every tool call, security event, token cost, and session in real time. Know exactly what your AI agent is doing.

Get Started Docs
npm install -g agent-recon

See it in action

Watch Agent Recon™ monitor a live Claude Code session in real time.

Agent Recon demo video thumbnail

Everything you need to observe your AI agent

Agent Recon™ captures every lifecycle event from your AI coding agent and presents it in a live dashboard.

📡

Real-Time Event Feed

Every tool call, prompt, and completion streams live to your browser via WebSocket. Filter by category, session, or environment.

🛡️

Security Classification

Automatic risk classification for Bash commands, file writes, and network calls. LLM-powered chain analysis connects related events into attack narratives.

💰

Token Cost Tracking

Per-session and cumulative token usage with real-time cost estimates. Supports all Claude, GPT, and Gemini model pricing.

🔍

Per-Session Insights

LLM-generated summaries and recommendations for each coding session. Understand patterns, spot inefficiencies, and improve your workflow.

🌍

Cross-Platform

Works on Windows, macOS, Linux, and WSL. Hook scripts detect your environment automatically. One-command install on any platform.

📊

Environment Recommendations

7-day rolling analysis of your development environment with actionable recommendations to optimize your agent workflow.

Simple, transparent pricing

Community tier is free forever. Upgrade for LLM-powered analysis features. You supply your own API keys — zero marginal cost to us.

Community

For individual developers evaluating or using for personal projects.
Free forever
 
  • Real-time event feed
  • Token cost tracking
  • Regex security classification
  • 7-day data retention
  • Single environment
  • LLM security chain analysis
  • AI insights & recommendations
  • Browser-trusted TLS (mkcert)
  • OTEL export, encrypted archives
Install Free

Professional

For developers in a company context. Includes invoice billing.
$29.99 /month
annual plans available at checkout
  • Everything in Personal
  • Use in employment context
  • Invoice billing available
  • Priority support
  • Multi-environment support
  • Same features, different terms
Subscribe

Frequently asked questions

Quick answers to common questions.

Which AI coding agents does Agent Recon™ support?

v1 ships with full support for Claude Code. The architecture includes an agent abstraction layer designed for multi-agent support. Cursor, GitHub Copilot, and Windsurf are planned for v1.1.

Do I need to provide my own API keys?

Yes. LLM-powered features (security chain analysis, insights, prompt coaching) require your own API key for the LLM provider of your choice (Anthropic, OpenAI, or Google). Agent Recon orchestrates the analysis — you pay the LLM provider directly for inference.

What data does Agent Recon collect?

All event data stays on your local machine in a SQLite database. An optional, opt-in telemetry heartbeat sends version, platform, and a random install ID to help us understand adoption. No code, prompts, or personal data is ever transmitted. See our Privacy Policy.

What's the difference between Personal and Professional?

Same features. Different legal terms. Personal must be purchased with your own funds. Professional is for employer-reimbursed use and includes invoice billing and priority support. This follows the JetBrains licensing model.

Can I use Agent Recon with Cursor or other AI agents?

Not yet in v1, but the architecture is designed for it. Cursor, GitHub Copilot, and Windsurf integrations are on the v1.1 roadmap. Each requires only a hook forwarder script and event mapping — the core dashboard and analysis pipelines are agent-agnostic.

How many devices can I activate with one license?

Each license key supports up to 3 simultaneous device activations. You can deactivate a device from the Agent Recon settings panel to free up a slot.

Is there a free trial?

The Community tier is free forever with full real-time monitoring, token tracking, and regex-based security classification. LLM-powered features are visible in the UI but require a paid license to activate. Try the free tier first — upgrade when you want the intelligence layer.

How do I cancel my subscription?

You can cancel anytime through the Lemonsqueezy customer portal. Your license remains active until the end of the current billing period.

Documentation

Everything you need to get started and go deep.

🚀

Quick Start

Install, configure, and see your first events in minutes.

📦

Installation Guide

Platform-specific setup for Windows, macOS, Linux, and WSL.

🔧

Troubleshooting

Common issues and solutions for users and developers.

Get started in minutes

Install the prerequisites, then two commands to go live.

Prerequisites
Install and Test Agentic Coding Tool (e.g., Claude Code)
Requires Node.js 22+ only — no Python dependency.
Windows Install Claude Code first · Run Set-ExecutionPolicy RemoteSigned -Scope CurrentUser · Allow Node.js through firewall · Restart terminal after installing
macOS Run xcode-select --install if npm install fails (prebuilt binaries usually suffice)
Linux Use nvm for Node.js 22+ — apt packages are too old
WSL Server runs on the Windows host — run agent-recon install from WSL. WSL docs →
Restart your terminal after installing prerequisites. Full install guide →
npm install -g agent-recon

Then run the guided installer:

agent-recon install