-
-
Notifications
You must be signed in to change notification settings - Fork 205
Choose Your Path
CCAM serves three overlapping roles. Pick the path closest to today's job; you can switch paths at any time.
Goal: understand what your coding agents did, what remains, and what it cost.
Recommended sequence:
- Start Here
- Reading the Dashboard
- Investigating Sessions and Agents
- Kanban and Task Progress
- Tokens, Costs, and Analytics
- Personal Workspace Configuration
Your main safety habit is to treat status as evidence, not a verdict. Cross-check the most recent event and transcript before stopping a process or declaring it stuck.
Goal: make ingestion dependable, control access, preserve history, and make failures observable.
Recommended sequence:
- Deployment Decision Guide
- Security and Remote Access
- Hook Health and Ingestion
- Backups, Restore, and Retention
- Monitoring with Prometheus and Grafana
- Upgrades and Rollback
- Incident Response Runbooks
Your main safety habit is to keep a rollback artifact and a tested database backup before upgrades or retention changes.
Goal: query CCAM from scripts or agents, automate reactions, and extend workflows without bypassing guardrails.
Recommended sequence:
- CLI Automation Patterns
- MCP Workflows
- Alerts and Webhook Recipes
- Dynamic Workflows
- Skills and Plugin Marketplace
- Safe Config Explorer Usage
- Integration Patterns
Your main safety habit is least privilege: keep readers read-only, enable mutations only for the process that needs them, and require explicit confirmation for destructive operations.
Use the administrator path for the shared service and the individual path for daily investigation. Add power-user capabilities only after service health, authentication, and backups are in place. This ordering prevents automation from amplifying a weak operational baseline.
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