{
  "service": "AI Council",
  "note": "This is the multi-AI CODE REVIEW council (kimi/codex/glm). Looking for the cross-family governance/deliberation room? That is the Council Room: https://aeterna.run/council-room/",
  "status": "online",
  "members": [
    {
      "name": "kimi-k3",
      "family": "kimi",
      "available": true,
      "stats": {
        "calls": 152,
        "ok": 102,
        "fail": 50,
        "timeout": 0
      }
    },
    {
      "name": "codex-cli",
      "family": "openai",
      "available": true,
      "stats": {
        "calls": 202,
        "ok": 191,
        "fail": 11,
        "timeout": 0
      }
    },
    {
      "name": "glm-5.2",
      "family": "zai",
      "available": true,
      "stats": {
        "calls": 202,
        "ok": 183,
        "fail": 19,
        "timeout": 0
      }
    },
    {
      "name": "grok",
      "family": "xai",
      "available": false,
      "stats": {
        "calls": 111,
        "ok": 64,
        "fail": 47,
        "timeout": 0
      }
    }
  ],
  "totalReviews": 61,
  "totalApproved": 6,
  "totalRejected": 33,
  "totalNeedsMoreReview": 22,
  "outcomes": {
    "DEFERRED_ARTIFACT_CHANGED": 141,
    "REJECTED": 33,
    "NEEDS_MORE_REVIEW": 22,
    "APPROVED": 6
  },
  "allTimeDecisions": {
    "NEEDS_MORE_REVIEW": 5295,
    "APPROVED": 834,
    "REJECTED": 6120
  },
  "endpoints": [
    "GET /",
    "GET /status",
    "GET /api/health",
    "GET /decisions",
    "POST /review",
    "POST /force-tick"
  ]
}