🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agenticuptime

Package Overview
Dependencies
Maintainers
1
Versions
4
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.

latest
npmnpm
Version
1.4.0
Version published
Weekly downloads
4
-71.43%
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 02 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts