-
-
Notifications
You must be signed in to change notification settings - Fork 205
Home
This Wiki is the practical operator handbook for Claude Code Agent Monitor (CCAM). Use it to understand what the dashboard is telling you, investigate agent activity, run a reliable shared deployment, and automate common operations.
| I want to… | Start here |
|---|---|
| Install CCAM and see my first session | Start Here |
| Understand the dashboard | Reading the Dashboard |
| Investigate a session, agent, or tool call | Investigating Sessions and Agents |
| Operate CCAM for a team | Deployment Decision Guide |
| Monitor more than one machine | Remote Machines and Data Sources |
| Automate with the CLI or MCP | CLI Automation Patterns or MCP Workflows |
| Diagnose a problem now | Troubleshooting Decision Tree |
Follow Choose Your Path, then learn the dashboard, session investigation, task progress, costs, and personal configuration. The recipes are deliberately short enough to use during a live coding session.
Start with the Deployment Decision Guide, then cover Hook Health and Ingestion, Security and Remote Access, backups, observability, upgrades, and incident response.
Begin with CLI Automation Patterns, MCP Workflows, and Integration Patterns. Mutating and destructive capabilities are intentionally gated; each guide explains where the safety boundary sits.
The Wiki focuses on decisions, operational habits, investigation techniques, and task-oriented recipes. Exact API contracts and implementation details stay in the versioned repository documentation:
See Documentation Map for the boundary between guides and reference material.
CCAM is local-first. Hook delivery is fail-safe and non-blocking, SQLite remains the system of record, and remote/destructive actions require explicit configuration. When something looks wrong, preserve evidence first, establish whether ingestion or display is stale, and only then change state.
New here? Continue to Start Here →
Start Here · Localized product Wiki · Repository · Releases · Security · Report an issue
Guidance tracks the current master branch. For a deployed release, consult the repository documentation at that release tag before changing configuration.
CCAM Handbook
Use CCAM
- Read the dashboard
- Sessions and agents
- Kanban and tasks
- Tokens and costs
- Run agents
- Personal settings
Operate CCAM
- Deployment guide
- Hook health
- Security
- Backups and retention
- Prometheus and Grafana
- Remote machines
- Upgrades and rollback
- Incident runbooks
Automate and extend
- CLI patterns
- MCP workflows
- Alerts and webhooks
- Dynamic workflows
- Skills and plugins
- Safe config explorer
- Integration patterns
Help