---
created: 2026-03-12
tags: [project, active]
related: ["[[03-Projects/Control Centre]]", "Susan (hibernated 2026-04-29)"]
---

# Growth Engine

**Deployed:** Railway (rateright-growth-production.up.railway.app)
**Repo:** rateright-growth-deploy (root)
**Stack:** Node.js + Express + Supabase

## What It Is
The backend API that powers RateRight's lead generation, agent coordination, and business operations.

## Key Components
- Lead scanning and nightly scan pipeline
- SMS sequences and sales automation (Susan (hibernated 2026-04-29))
- Agent bridge (programmatic fleet control)
- Council router (multi-agent coordination)
- Fleet management API

## Key Routes
- `/api/fleet/` — Fleet status, start/stop agents
- `/api/council/` — Council fan-out, rounds, dispatches
- `/api/dashboard/` — Analytics and stats
- `/api/sms/` — SMS pipeline
- `/api/ai/` — AI service endpoints

## Monitoring
- Health check: `/health`
- [[04-Operations/Fleet Doctor]] monitors via curl every 5 min
