Skip to content
Back to OpenFab

Card snapshot

openfab-22100483453.us-central1.run.app · 2026-07-26 10:40:09 UTC · 716ab189438b26128c3e2bd86fe7c72bac42dc83cd08ca1727aee14f3fdb785e

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.

{
  "name": "OpenFab",
  "description": "Experimental, non-binding custom-manufacturing sourcing sandbox. Not a real supplier.",
  "url": "https://openfab-22100483453.us-central1.run.app",
  "version": "0.1.0",
  "protocolVersion": "0.2.2",
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "request_quote",
      "name": "Indicative quote",
      "description": "Return an indicative, non-binding quote for a custom manufactured part.",
      "tags": [
        "manufacturing",
        "quote",
        "rfq",
        "sourcing"
      ]
    },
    {
      "id": "dfm_feedback",
      "name": "DFM feedback",
      "description": "Indicative, rule-based manufacturability feedback.",
      "tags": [
        "manufacturing",
        "dfm"
      ]
    },
    {
      "id": "get_lead_time",
      "name": "Lead time estimate",
      "description": "Quick indicative lead time by process and quantity.",
      "tags": [
        "manufacturing",
        "lead-time"
      ]
    },
    {
      "id": "discover_capabilities",
      "name": "Discover capabilities",
      "description": "List supported manufacturing processes and what a quote requires.",
      "tags": [
        "discovery",
        "capabilities"
      ]
    },
    {
      "id": "refine_quote",
      "name": "Refine quote",
      "description": "Refine a prior quote, referencing its quote_token.",
      "tags": [
        "manufacturing",
        "quote",
        "refinement"
      ]
    }
  ]
}