au
Infrastructure monitoring for coding agents. Add servers, check health, view events, AI conductor analysis - as easy as git.
Install
npm install -g agenticuptime
Quick Start
au signup my-project --local --email you@example.com
au status
au server add "web1" web1.example.com --type web --port 443
au server add "redis1" redis.internal --type redis --port 6379
au events
au conductor
au --help
Features
- 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
au login --key YOUR_KEY
au config
Local 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 reference
Documentation
License
Proprietary - Tyga.Cloud Ltd. See LICENSE.