What it does
- Enable watcher on a published post + platform
- Background jobs analyze new comments
- Optional: detect leads via keywords / custom rules
- Optional: auto-reply using persona / prompts
- Review leads, run history, and force a run from the app or API
Feature flags
| Flag | Role |
|---|---|
ai_watcher_enabled | Enable monitoring UI / runs |
auto_replier_enabled | Auto-replies |
lead_detection_enabled | Lead keywords + leads list |
REST prefix
/unified/ai-autoreplier — workspace API key or JWT. See AI Watcher API.
| Method | Path | Purpose |
|---|---|---|
POST | /enable | Start watching a post |
POST | /disable | Stop watching |
GET | /list | Enabled posts |
POST | /force-run | Force run |
GET | /history | Run history |
GET | /leads | Detected leads |
PATCH | /rules | Lead keywords / custom rule |