Skip to content
Back to HiveGate

Card snapshot

hivegate.hiveagentiq.com · 2026-06-15 06:40:55 UTC · bc6a49b3470888482dbdc575406aa97a182210c306c5d9e82c2b5480d2e147b1

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",
  "name": "HiveGate",
  "description": "Universal onboarding gateway with 7 framework adapters: LangChain, CrewAI, AutoGen, OpenAI, Anthropic, A2A, Custom. Cross-ecosystem interoperability bridge for AI agents.",
  "url": "https://hivegate.hiveagentiq.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Hive Agent IQ",
    "url": "https://www.hiveagentiq.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "standards": {
    "w3c_did_core": true,
    "vcdm_version": "2.0",
    "hahs_compliant": true,
    "hagf_governed": true,
    "cheqd_compatible": true,
    "recruitment_401": true,
    "usdc_settlement": true,
    "base_l2": true,
    "agent_hiring_standard": "HAHS-1.0.0",
    "onboard_endpoint": "/v1/gate/onboard",
    "recruit_endpoint": "/v1/gate/recruit"
  },
  "skills": [
    {
      "id": "agent-onboarding",
      "name": "Agent Onboarding",
      "description": "Register agents from any framework with DID issuance, trust initialization, and ecosystem bridging",
      "tags": [
        "onboarding",
        "registration",
        "did",
        "gateway"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    },
    {
      "id": "framework-bridge",
      "name": "Framework Bridge",
      "description": "Bridge agents from LangChain, CrewAI, AutoGen, OpenAI, and Anthropic ecosystems into the Hive network",
      "tags": [
        "langchain",
        "crewai",
        "autogen",
        "openai",
        "anthropic",
        "bridge"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    },
    {
      "id": "trust-bridging",
      "name": "Trust Bridging",
      "description": "Bridge and translate trust scores across different agent ecosystems with 0.5% bridge fee",
      "tags": [
        "trust",
        "cross-ecosystem",
        "bridge",
        "interoperability"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": []
    }
  ],
  "authentication": {
    "schemes": [
      "x402",
      "api-key"
    ]
  },
  "payment": {
    "protocol": "x402",
    "currency": "USDC",
    "network": "base",
    "address": "0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E"
  }
}