{
  "status": "ok",
  "agent": "orchestraios-data",
  "version": "v1.0.0",
  "description": "OrchestrAI SSOT Data API — Law #10 compliant",
  "agent_count": 58,
  "source": "cvo_agent_org (Postgres) + KV (working_state)",
  "endpoints": {
    "health": "/health",
    "agents": "/api/agents",
    "agents_filtered": "/api/agents?status=verified&tier=2",
    "metrics": "/api/metrics",
    "ssot": "/api/ssot",
    "ace_events": "/api/ace-events",
    "inject_failure": "POST /api/inject-failure",
    "ace_event_record": "POST /api/ace-event",
    "working_state_get": "/api/working_state?key=<key>",
    "working_state_put": "/api/working_state/put?key=<k>&value=<v>"
  },
  "laws_served": [
    "Law #10 (VERIFY-DON'T-RELAY)",
    "Law #20 (PROPAGATION-GATE)",
    "Law #24 (SESSION-CLOSE)"
  ]
}