New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

agenticuptime

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agenticuptime

AgenticUptime CLI - infrastructure monitoring for coding agents. Add servers, check health, view events, conductor AI analysis. As easy as git.

npmnpm
Version
1.8.1
Version published
Weekly downloads
346
-28.81%
Maintainers
1
Weekly downloads
 
Created
Source

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

# Create a tenant
au signup my-project --local --email you@example.com

# 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 --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     # saves to .au/config.json (project-local)
au login --key YOUR_KEY             # saves to ~/.au/config.json (global)
au config                           # show which config is active

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

  • Quickstart Guides
  • Full Reference

License

Proprietary - Tyga.Cloud Ltd. See LICENSE.

Keywords

agenticuptime

FAQs

Package last updated on 07 Sep 2026

Related posts