Server agent metrics
POST /api/agent/metrics — server agent pushes CPU, RAM, disk, and network data using the per-server token.
Cron heartbeat
POST /api/cron/heartbeat?token=TOKEN — call at the end of scheduled jobs to confirm they ran.
Log ingestion
POST /api/logs/ingest (agent) and POST /api/logs/push (API key).
Discovery push
POST /api/discovery/assets — agent reports newly discovered assets.
Prometheus export
GET /api/metrics/prometheus — scrape-compatible metrics endpoint (requires PROMETHEUS_SCRAPE_TOKEN).
Public status API
GET /api/status/{slug}/services — read status page data without authentication.