{
  "name": "FSA Approval Service",
  "description": "FSA Approval Service — the governed approval channel for the HTU/ZZV stack, owned by the FSA Team. Accepts authenticated A2A approval-request tasks from the issuer agent and returns a closed task outcome. Phase 0 is a transport skeleton: every task routes to a human escalation, with no automated decision and no token issuance.",
  "url": "https://skills.uzorai.com/a2a/tasks",
  "version": "1.39.1",
  "authentication": {
    "type": "oauth2",
    "flow": "client_credentials",
    "scheme": "bearer",
    "audience": "https://skills.htu.io/mcp",
    "tokenUrl": "https://den7t7.logto.app/oidc/token"
  },
  "capabilities": {
    "actions": [
      "label_remove",
      "review_approve",
      "merge"
    ]
  },
  "taskOutcomes": [
    "decision",
    "escalation",
    "rejection"
  ]
}