API Docs

Developer docs for integrating operational signals into Watchtower.

Reference pages for ingesting signals, modeling sources, and automating tenant-level operations.

Signals

822

Live intake across products and sources.

Incidents

22

Grouped issues prioritized for operators.

Requests

64

One-off asks routed away from incident noise.

Reference

Authentication and API keys
Signal ingestion schema
Source connector guides
Tenant configuration references
Request routing and incident models

Example

POST /api/signals
{
  "source": "Support Ticket",
  "subject": "Login loop after 2.1.4",
  "content": "Users complete SSO but sessions never stick.",
  "product": "Watchtower Core",
  "version": "2.1.4",
  "timestamp": "2026-06-06T12:40:00.000Z"
}