Skip to content
Back to Bay Run

Card snapshot

run.huggingbay.xyz · 2026-08-17 08:01:31 UTC · a98b0e5d3b4b89b125bbf2cfb53bc1c6bf104b43ceaa93da82b5a7f34c0bb4bc

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": "Public A2A activation and interface handoff for Bay Run. This A2A endpoint does not execute user tasks; authenticated REST or MCP performs quote, run, and verify.",
  "url": "https://run.huggingbay.xyz/a2a",
  "preferredTransport": "JSONRPC",
  "version": "2.0.0",
  "build": {
    "release_id": "bay-run-mvp-mvp35r2-5bb8acd099b0a8212dc7f27d718f72da5596b7d9",
    "release_id_source": "cloud_run_revision",
    "source_sha": "5bb8acd099b0a8212dc7f27d718f72da5596b7d9",
    "image_digest": "us-central1-docker.pkg.dev/barneyserver/hugging-bay-workers/bay-run@sha256:ebb719ad3a5b00dd6d7d5d43f951584f8455b162326724b6135e76d5c80c0f26",
    "binding_status": "declared",
    "generated_at": "2026-08-17T02:51:31Z",
    "binding_verification": "unverified:api_http_403"
  },
  "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_interface_handoff",
      "name": "Discover the Bay Run task interface",
      "description": "Return the authenticated REST/MCP endpoints for quote, run, and verification. No user task is executed through A2A.",
      "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/",
    "data_policy": "https://run.huggingbay.xyz/.well-known/data-policy.json",
    "assurance": "https://run.huggingbay.xyz/.well-known/assurance.json",
    "security_contact": "https://run.huggingbay.xyz/.well-known/security.txt",
    "security_policy": "https://run.huggingbay.xyz/security",
    "note": "A2A provides only a fixed public activation result and machine-readable handoff. Task calls use authenticated MCP or REST at the listed endpoints."
  }
}