Skip to content
Back to Bay Run

Card snapshot

bay-run-mvp-zfmlsu2yla-uc.a.run.app · 2026-08-13 08:25:12 UTC · 6c52f896155040e12f946c87f7f1c3f911b7b83e94e0e79f0861637fc9a417ef

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": "Decision and execution layer for specialized agent tasks: quote a qualifying route, execute under hard price and policy bounds, and verify the result.",
  "url": "https://run.huggingbay.xyz/a2a",
  "preferredTransport": "JSONRPC",
  "version": "2.0.0",
  "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": "specialist_task_execution",
      "name": "Quote, run, and verify a specialist task",
      "description": "Discover the three-action REST/MCP handoff for constrained specialist execution.",
      "tags": [
        "task-routing",
        "specialist-models",
        "verification",
        "mcp"
      ],
      "examples": [
        "Find and run a specialist under a hard budget",
        "Show me the Bay Run quote, execution, and verification contract"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://run.huggingbay.xyz/a2a"
    }
  ],
  "_meta": {
    "task_quote": "https://run.huggingbay.xyz/v1/task/quote",
    "task_run": "https://run.huggingbay.xyz/v1/task/run",
    "task_verify": "https://run.huggingbay.xyz/v1/task/verify",
    "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": "A2A provides a public machine-readable handoff. Task calls use authenticated MCP or REST at the listed endpoints."
  }
}