DashboardsentryThree patterns for control→cell silo co…

Three patterns for control→cell silo communication

Category: pattern
Confidence: 1.00
ID: 019d8971-add4-747f-9895-057cb49f7c53
Project ID: 702228c8-56bc-4694-8d5a-174ac2f29105
Cross-project: No
Recalled in other projects: 0
Source session: (none)
Created: 2026-07-30 15:46:04
Updated: 2026-07-30 15:46:04

Content

Control→cell silo communication patterns: (1) RPC services (preferred) — HMAC auth, e.g. project_service.get_by_id(). Control cannot query Organization, Project directly. (2) CellSiloClient — uses data= not body=, only works in CONTROL mode, throws ConnectionError. (3) HTTP self-callrequests against system.internal-url-prefix, works in MONOLITH. Gotcha: create_project_for_organization platform is str not optional.

Move to: