{
  "ok": true,
  "product": "fraggate",
  "author": "Aziel Eliab",
  "example": {
    "list": {
      "method": "GET",
      "path": "/v1/fraggate/list"
    },
    "describe": {
      "method": "GET",
      "path": "/v1/fraggate/describe?name=decisiongate"
    },
    "verify": {
      "method": "POST",
      "path": "/v1/fraggate/verify",
      "body": {
        "slug": "decisiongate"
      }
    },
    "call": {
      "method": "POST",
      "path": "/v1/fraggate/call",
      "body": {
        "slug": "decisiongate",
        "op": "health",
        "payload": {}
      }
    },
    "note": "Same four ops as the human buttons and as MCP tools fraggate_list / fraggate_describe / fraggate_verify / fraggate_call. Canonical agent door: https://aziel-runtime.vibelock.workers.dev"
  },
  "kv_increment": false
}