-
-
Notifications
You must be signed in to change notification settings - Fork 205
Glossary
Agent — A main or child participant performing work inside a session.
Alert — A persisted occurrence produced when an enabled alert rule matches.
CCAM — Claude Code Agent Monitor.
Dashboard token — Credential protecting the REST API and WebSocket when authentication is enabled.
Event — A normalized lifecycle, tool, notification, or operational record.
Hook — A provider-triggered wrapper that sends near-live activity to CCAM without blocking the provider on failure.
Hook token — Independent credential accepted by remote hook ingestion endpoints.
Import — Parsing provider history or a CCAM export into normalized durable records.
MCP — Model Context Protocol; CCAM exposes structured tools through local or network transports.
MCP transport token — Credential protecting CCAM's HTTP/SSE MCP endpoints.
Remote Data Source — An SSH-accessible machine whose Claude and/or Codex history CCAM periodically mirrors and imports.
Run — A dashboard-launched Claude Code or Codex process with a live handle and persisted history.
Session — One top-level provider run associated with a project/working directory.
Source — The local or named remote origin assigned to a session.
Stale sweep — Background reconciliation for records whose activity has not advanced within expected bounds.
Task/Kanban card — A normalized work item and its progress state, used as an operational index.
Transcript — Provider-native conversational history, including messages and tool context.
WebSocket — Live server-to-client channel used to refresh dashboard state.
Webhook — Outbound delivery target for fired alerts.
WAL/SHM — SQLite sidecar files used during write-ahead logging; restore tooling handles them while the writer is stopped.
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