Skip to content
Back to MyndHyve Platform

Card snapshot

api.myndhyve.ai · 2026-09-09 02:55:18 UTC · 7d03be9c40fbda7edb36a5562d5fbc8139aab909c940ddf045a90b25212261df

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "version": "1.0.0",
  "name": "MyndHyve Platform",
  "description": "MyndHyve AI-powered orchestration platform. Exposes OpenWOP workflows as durable A2A Tasks (RFC 0100) for agent-to-agent collaboration.",
  "url": "https://us-central1-myndhyve-prod.cloudfunctions.net/v1",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true
  },
  "skills": [
    {
      "name": "openwop/durable-run",
      "description": "Run an OpenWOP workflow as a durable A2A Task: the Task tracks a whole run (submitted \u2192 working \u2192 input-required at HITL gates \u2192 completed), durable across caller disconnect, queryable via tasks/get, with push-notification config.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "workflowId": {
            "type": "string",
            "description": "OpenWOP workflow/template id to run."
          },
          "input": {
            "type": "object",
            "description": "Workflow inputs (untrusted)."
          }
        },
        "required": [
          "workflowId"
        ]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "result": {
            "type": "object"
          }
        }
      }
    }
  ],
  "authentication": {
    "type": "bearer",
    "scheme": "api_key"
  },
  "extensions": {
    "myndhyve.openwop": {
      "discoveryUrl": "https://workflow-runtime-fkocgwlqia-uc.a.run.app/.well-known/openwop",
      "protocol": "openwop-v1"
    }
  }
}