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

DocumentDescription
n8n-operations.mdQueue-mode stack, worker management, API, workflow deployment
n8n-cloud-operations.mdn8n Cloud instance (separate from bms-4 deployment)
n8n-postgresql-operations.mdn8n PostgreSQL backend configuration
n8n-github-automation.mdGitHub issue/PR automation workflows
n8n-vercel-webhook-setup.mdVercel deployment webhook → n8n
n8n-secrets-audit.mdCredential hygiene audit — no hardcoded keys
14-n8n-workflow-versioning.mdn8n workflow version control proposal
design-plan.mdWhatsApp group bot design plan
whatsapp-group-bot-setup.mdWhatsApp group bot setup guide
whatsapp-group-monitoring.mdWhatsApp 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.

DocumentDescription
audit-engine.mdFull specification — architecture, scheduler, connectors, delivery
audit-engine-operations.mdDeployment, health checks, manual trigger procedures

Claude AI Agents

DocumentDescription
claude-agent-setup.mdSetup guide for Claude Code agents on VPS nodes
claude-proxy-router-operations.mdClaude Max proxy at vps-h1:9999 — n8n and audit-engine use this
ai-batch-gpu-operations.mdGPU batch operations (RunPod — deferred)

Cron & Scheduled Scripts

DocumentDescription
p24-infra-issue-pipeline-cron.mdGitHub issue pipeline cron — hourly triage and nightly review
report-scheduler-operations.mdFleet inspection PDF report generator (cron script)
nightly-checks-triage.mdNightly check output and triage notes

Improvement Proposals

ProposalDescription
15-infra-code-tests.mdInfrastructure code test coverage

Cross-references

  • README — automation health is monitored here
  • README — audit-engine workbook definitions
  • README — SaaS integrations used by automations