brain.signal
Cross-brain intelligence signal. Emitted by Camino (marketing/fiscal intelligence) and Colectiva (operational/financial intelligence) to share insights bidirectionally. Carries a typed signal with severity, priority, and actionable context.
Senders
caminocolectiva
Receivers
caminocolectiva
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"signal": {
"type": "string (fiscal_health|cash_runway|churn_risk|upsell_opportunity|payroll_gap|stamp_exhaustion|invoice_backlog|...)",
"severity": "string (info|warning|critical)",
"priority": "number (0-100)",
"title_es": "string",
"title_en": "string (optional)",
"metric_value": "number (optional — the raw metric this signal is about)",
"metric_label_es": "string (optional — human-readable metric name)",
"action_url": "string (optional — deep link to the source app page)",
"expires_at": "string (ISO8601, optional — auto-dismiss after this time)"
}
}Example payload
The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.
json
{
"signal": "example-signal"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.