11 — Automations
All automated workflows, scheduled jobs, and AI agents: n8n workflow engine on bms-4, the audit-engine FastAPI service on vps-h1, Claude Code agents on VPS nodes, and cron-driven scripts.
n8n (bms-4)
n8n runs in queue mode on bms-4 with 3 workers and Redis as the queue backend.
Access: n8n.bms-4.infra.zintegrowana.online
| Document | Description |
|---|---|
| n8n-operations.md | Queue-mode stack, worker management, API, workflow deployment |
| n8n-cloud-operations.md | n8n Cloud instance (separate from bms-4 deployment) |
| n8n-postgresql-operations.md | n8n PostgreSQL backend configuration |
| n8n-github-automation.md | GitHub issue/PR automation workflows |
| n8n-vercel-webhook-setup.md | Vercel deployment webhook → n8n |
| n8n-secrets-audit.md | Credential hygiene audit — no hardcoded keys |
| 14-n8n-workflow-versioning.md | n8n workflow version control proposal |
| design-plan.md | WhatsApp group bot design plan |
| whatsapp-group-bot-setup.md | WhatsApp group bot setup guide |
| whatsapp-group-monitoring.md | WhatsApp group monitoring via n8n |
Audit Engine (vps-h1)
FastAPI service running scheduled AI-driven audit pipelines. Reads actions from audit.actions Supabase table, executes them via APScheduler, and delivers PDF reports.
| Document | Description |
|---|---|
| audit-engine.md | Full specification — architecture, scheduler, connectors, delivery |
| audit-engine-operations.md | Deployment, health checks, manual trigger procedures |
Claude AI Agents
| Document | Description |
|---|---|
| claude-agent-setup.md | Setup guide for Claude Code agents on VPS nodes |
| claude-proxy-router-operations.md | Claude Max proxy at vps-h1:9999 — n8n and audit-engine use this |
| ai-batch-gpu-operations.md | GPU batch operations (RunPod — deferred) |
Cron & Scheduled Scripts
| Document | Description |
|---|---|
| p24-infra-issue-pipeline-cron.md | GitHub issue pipeline cron — hourly triage and nightly review |
| report-scheduler-operations.md | Fleet inspection PDF report generator (cron script) |
| nightly-checks-triage.md | Nightly check output and triage notes |
Improvement Proposals
| Proposal | Description |
|---|---|
| 15-infra-code-tests.md | Infrastructure code test coverage |