agenticuptime
v1.3.0
Published
AgenticUptime CLI - infrastructure monitoring for coding agents. Add servers, check health, view events, conductor AI analysis. As easy as git.
Maintainers
Readme
au
Infrastructure monitoring for coding agents. Add servers, check health, view events, AI conductor analysis - as easy as git.
Install
npm install -g agenticuptimeQuick Start
# Create a tenant
au signup my-project --local --email [email protected]
# Check monitoring status
au status
# Add servers to monitor
au server add "web1" web1.example.com --type web --port 443
au server add "redis1" redis.internal --type redis --port 6379
# View events
au events
# AI conductor analysis
au conductor
# Full reference
au --helpFeatures
- Servers - add, remove, list by type (web, redis, mongodb, mysql, dns, turnstun, gfs)
- Events - outage timeline, filter by severity
- Alerts - pending alert queue
- Conductor - AI analysis rounds with 8 expert agents + architect
- Dashboard - full monitoring state in one command
- Health - public health check (no auth needed)
Per-Project Config
au login --local --key YOUR_KEY # saves to .au/config.json (project-local)
au login --key YOUR_KEY # saves to ~/.au/config.json (global)
au config # show which config is activeLocal config overrides global. Add .au/ to your .gitignore.
Agent Integration
Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:
## AgenticUptime
Use the `au` CLI for infrastructure monitoring.
Key is in .au/config.json (auto-loaded).
au status # monitoring overview
au servers # list monitored servers
au server add "name" host --type web
au events # event timeline
au conductor # AI analysis status
au --help # full referenceDocumentation
License
Proprietary - Tyga.Cloud Ltd. See LICENSE.
