Skip to content
Back to Bay Run

Card snapshot

bay-run-mvp-889989800693.us-central1.run.app · 2026-08-19 02:16:13 UTC · f782dd34c377441434ee4b10a0f68b12455c1b27abbe9ca0b1eb7f5b177152d0

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": "FREE during launch: every call below costs 0.00 USD. No card, no signup \u2014 mint a token and go. Bay Run is the free, verified, OpenAI-compatible embeddings API, with warm CPU reranking and classification beside it. This public A2A endpoint does not execute user tasks; it hands clients to the exact REST, OpenAI-compatible, or authenticated MCP interfaces for embeddings, bake-off, quote, run, and verification. Free during launch \u2014 no card, no signup; generous limits (60/min); pricing later with notice.",
  "free_launch": {
    "schema": "bay-run.free-tier.v1",
    "active": true,
    "price_usd": "0.00",
    "label": "$0.00 \u2014 free launch tier",
    "note": "Free during launch \u2014 no card, no signup; generous limits (60/min); pricing later with notice.",
    "card_required": false,
    "signup_required": false,
    "requests_per_minute": 60,
    "requests_per_day": 1500,
    "durable_free_key_tasks_per_day": 500,
    "token_ttl_seconds": 86400,
    "identified_agent": {
      "requests_per_minute": 120,
      "requests_per_day": 5000,
      "upgrade": "register free with client_secret_post or use a durable bay_live_ key"
    }
  },
  "url": "https://run.huggingbay.xyz/a2a",
  "preferredTransport": "JSONRPC",
  "version": "2.0.0",
  "build": {
    "release_id": "bay-run-mvp-00114-7bq",
    "release_id_source": "cloud_run_revision",
    "source_sha": "6647bfa097739ff6562711811c9ad1f20c9cf575",
    "image_digest": "us-central1-docker.pkg.dev/barneyserver/hugging-bay-workers/bay-run@sha256:c4f604ea9fa3adaf13b57c20f2dd0a5e6765ec0aac7c82f3f49b2b82cfcb7cb3",
    "binding_status": "declared",
    "generated_at": "2026-08-19T01:09:24Z",
    "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": "free_verified_embeddings_interface_handoff",
      "name": "Discover the free OpenAI-compatible embeddings API",
      "description": "Return the landing page https://run.huggingbay.xyz/embeddings, OpenAI base URL https://run.huggingbay.xyz/v1, and exact embeddings, rerank, classification, status, and receipt-verification endpoints. No user task is executed through A2A.",
      "tags": [
        "free-embeddings-api",
        "openai-compatible",
        "reranking",
        "classification",
        "provenance-receipts"
      ],
      "examples": [
        "Show me the OpenAI-compatible embeddings base URL",
        "Where can I see live embedding latency and warm models?",
        "How do I verify an embedding provenance receipt?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "small_model_bakeoff_interface_handoff",
      "name": "Discover the Bay Run one-call bake-off",
      "description": "Return the authenticated REST/MCP endpoints for one-call solve or model bake-off, quote, run, and verification. No user task is executed through A2A.",
      "tags": [
        "task-routing",
        "specialist-models",
        "verification",
        "mcp"
      ],
      "examples": [
        "Pick the best small model from five labeled 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": {
    "embeddings": {
      "landing": "https://run.huggingbay.xyz/embeddings",
      "alias": "https://run.huggingbay.xyz/free-embeddings-api",
      "openai_base_url": "https://run.huggingbay.xyz/v1",
      "create": "https://run.huggingbay.xyz/v1/embeddings",
      "rerank": "https://run.huggingbay.xyz/v1/rerank",
      "classify": "https://run.huggingbay.xyz/v1/classify",
      "verify_receipt": "https://run.huggingbay.xyz/v1/provenance/verify",
      "status": "https://run.huggingbay.xyz/status.json",
      "cookbook": "https://run.huggingbay.xyz/cookbook/embeddings"
    },
    "quickstart_url": "https://run.huggingbay.xyz/quickstart",
    "bakeoff": "https://run.huggingbay.xyz/v1/bakeoff",
    "solve": "https://run.huggingbay.xyz/v1/solve",
    "bakeoffs": "https://run.huggingbay.xyz/bakeoffs",
    "free_key": "https://run.huggingbay.xyz/v1/keys/free",
    "status": "https://run.huggingbay.xyz/status.json",
    "conformance": "https://run.huggingbay.xyz/conformance",
    "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."
  },
  "live_stats": {
    "schema": "bay-run.live-stats.v1",
    "generated_at": "2026-08-19T02:16:01.257184Z",
    "cache_ttl_seconds": 60,
    "scope": "this_instance_since_start",
    "p50_ms_by_lane": {
      "/v1/bakeoff": 5,
      "/v1/chat/completions": 1541,
      "/v1/classify": 43,
      "/v1/credits/chat/completions": 2,
      "/v1/credits/tasks/run": 1,
      "/v1/embeddings": 32,
      "/v1/memory": 57,
      "/v1/pdf/extract/upload": 1,
      "/v1/provenance/verify": 4,
      "/v1/rerank": 5,
      "/v1/solve": 283,
      "/v1/task/quote": 7,
      "/v1/task/run": 5,
      "/v1/task/verify": 6,
      "/v1/usage": 3,
      "/x402/tasks/run": 1
    },
    "p50_ms_all": 5,
    "free_tier": {
      "anonymous": {
        "requests_per_minute": 60,
        "requests_per_day": 1500
      },
      "identified_agent": {
        "requests_per_minute": 120,
        "requests_per_day": 5000,
        "durable_free_key_tasks_per_day": 500,
        "effective_durable_key_embeddings_per_day": 500
      }
    },
    "catalog": {
      "mirrors": 962,
      "measurement": "distinct servable artifacts with mirrored GCS files"
    },
    "sample_receipt_hash": "sha256:a578076113d4cb2e76bf041198163c0dad95dd37adb4df2f17f63ad70e93118a",
    "conformance": {
      "url": "https://run.huggingbay.xyz/conformance",
      "claim": "32/32 client matrix PASS"
    }
  }
}