Skip to content
Back to Bay Run

Card snapshot

bay-run-mvp-zfmlsu2yla-uc.a.run.app · 2026-08-12 07:20:25 UTC · d54c7a96c0bf016595e99529c5d2bb0b7f52b61d321ab8bb6d5adc8a0de31b73

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": "Bay Run",
  "description": "Run a fixed zero-credential activation proof, then connect to Bay Run's authenticated MCP or REST surfaces to parse PDFs/documents for RAG and discover, prove, and serve specialist models.",
  "url": "https://run.huggingbay.xyz/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.7.5",
  "provider": {
    "organization": "Hugging Bay",
    "url": "https://huggingbay.xyz"
  },
  "documentationUrl": "https://run.huggingbay.xyz/llms-full.txt",
  "iconUrl": null,
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "security": [],
  "skills": [
    {
      "id": "try_bay_run",
      "name": "Try Bay Run",
      "description": "Run the fixed no-argument Bay Run activation proof and receive connection next steps.",
      "tags": [
        "activation",
        "specialist-models",
        "mcp"
      ],
      "examples": [
        "Run the public Bay Run activation trial",
        "Show me how to connect to Bay Run"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://run.huggingbay.xyz/a2a"
    }
  ],
  "_meta": {
    "try": "https://run.huggingbay.xyz/v1/try",
    "openai_compatible_base_url": "https://run.huggingbay.xyz/v1",
    "mcp_server_card": "https://run.huggingbay.xyz/.well-known/mcp/server-card.json",
    "mcp_endpoint": "https://run.huggingbay.xyz/mcp/",
    "note": "The A2A endpoint exposes only the fixed public activation proof. Full Bay Run tools are available over authenticated MCP at _meta.mcp_endpoint."
  }
}