{
  "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-k2.6",
      "family": "kimi",
      "available": true,
      "stats": {
        "calls": 92,
        "ok": 84,
        "fail": 8
      }
    },
    {
      "name": "codex-cli",
      "family": "openai",
      "available": true,
      "stats": {
        "calls": 92,
        "ok": 92,
        "fail": 0
      }
    },
    {
      "name": "glm-5.2",
      "family": "zai",
      "available": true,
      "stats": {
        "calls": 92,
        "ok": 0,
        "fail": 0,
        "timeout": 92
      }
    }
  ],
  "totalReviews": 92,
  "totalApproved": 5,
  "totalRejected": 4,
  "totalNeedsMoreReview": 83,
  "outcomes": {
    "NEEDS_MORE_REVIEW": 83,
    "REJECTED_INVALID_METADATA": 3,
    "REJECTED": 4,
    "APPROVED": 5
  },
  "allTimeDecisions": {
    "NEEDS_MORE_REVIEW": 2219,
    "APPROVED": 134,
    "REJECTED": 237
  },
  "endpoints": [
    "GET /",
    "GET /status",
    "GET /decisions",
    "POST /review",
    "POST /force-tick"
  ]
}