Skip to main content
GET
/
orgs
/
{org_id}
/
coherence
N-Way value coherence for the org fleet (with care-framed recommendations)
curl --request GET \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/coherence \
  --header 'Authorization: Bearer <token>'
{
  "pair_count": 123,
  "pairwise_governance_median": 123,
  "pairwise_governance_floor": 123,
  "conflict_edge_count": 123,
  "outlier_agents": "<array>",
  "pairwise": "<array>",
  "conscience_universal": true,
  "recommendations": [
    {
      "text": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

Response

Team-coherence result (or insufficient_agents stub).

Team-coherence vector (v2 / ADR-025).

pair_count
integer
pairwise_governance_median
number | null
pairwise_governance_floor
number | null
conflict_edge_count
integer
outlier_agents
array
pairwise
array
conscience_universal
boolean | null
recommendations
object[]

Care-framed actionable recommendations derived from the structural findings. Each entry carries a for_finding discriminator (outlier_agents, pairwise_governance_floor, conflict_edges) plus interpretive prose. cards-as-primitive Phase 4 W2.5.