{
  "@context": "https://a2a-protocol.org/schema",
  "name": "Ground Control Ultra",
  "did": "did:web:gc.multiskilled.ai:ecosystem",
  "description": "Ground Control Ultra (GCU) is the Coherence ecosystem's HITL approval and orchestration hub \u2014 human-in-the-loop workflow governance, artifact lifecycle management, and deployment pipeline control.",
  "url": "https://gc.multiskilled.ai",
  "capabilities": [
    "gcu.hitl.v1",
    "gcu.artifacts.v1",
    "gcu.deploy.v1",
    "gcu.audit.v1"
  ],
  "skills": [
    {
      "name": "gcu.hitl.v1",
      "description": "Human-in-the-loop approval workflows and governance gates"
    },
    {
      "name": "gcu.artifacts.v1",
      "description": "Artifact lifecycle management \u2014 create, review, approve, archive"
    },
    {
      "name": "gcu.deploy.v1",
      "description": "Deployment pipeline control and verification"
    },
    {
      "name": "gcu.audit.v1",
      "description": "Cross-ecosystem audit trail and compliance reporting"
    }
  ],
  "serviceEndpoint": "https://gc.multiskilled.ai/api/v1/ecosystem/inbound",
  "apiEndpoint": "https://gc.multiskilled.ai/api",
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "Authentik OIDC / PKCE"
    }
  },
  "ecosystem": "coherence",
  "ecosystemInbound": "https://coherence.multiskilled.ai/api/v1/ecosystem/inbound"
}