---
created: 2026-03-12
tags: [fleet, cc-vps, claude-code]
related: ["[[02-Fleet/Rivet]]", "[[02-Fleet/Builder]]", "[[07-Command-Centre/Operations Architecture]]"]
---

# CC VPS

**Role:** Process-controlled coding agent on VPS
**Layer:** 3
**Model:** Claude (via `claude -p` CLI)
**Location:** 134.199.153.159 (DigitalOcean Sydney)
**Status:** On-demand — launched by [[02-Fleet/Rivet]]

---

## How It Works

CC VPS is not a running service. [[02-Fleet/Rivet]] launches it as needed with a specific task prompt via `claude -p`. When done, it notifies Rivet:

```bash
clawdbot gateway wake --text "Done: [summary]" --mode now
```

---

## Communication Protocol

- **Rivet → CC VPS:** Writes to `rivet/RIVET-TO-CCVPS.md`
- **CC VPS → Rivet:** Writes to `rivet/CC-VPS-INBOX.md`
- **Session start:** Reads `vault/CLAUDE.md`, then `vault/01-Daily/`, then `rivet/RIVET-TO-CCVPS.md`

---

## Responsibilities

- Code & maintain the Rivet system
- Code & maintain RateRight v2 (The $50 App)
- Keep the Growth Engine API running
- Fix VPS issues, deploy changes
- Write daily notes and fleet status to this vault
