Skip to content
Back to SAGE Infinite Search

Card snapshot

indieco.shop · 2026-07-19 18:29:05 UTC · d0a8d0611cad1ba83e88b55e03fa8f0441e95a5dec9bec9d8a118b4bac72c8b4

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": "SAGE Infinite Search",
  "description": "A public, read-only independent-retail search agent for rare, vintage, discontinued, one-of-one, local, secondhand, and poorly identified products. SAGE returns only candidates with fresh positive source evidence and never claims a hold or purchase.",
  "version": "1.0.0",
  "documentationUrl": "https://indieco.shop/api/agent/v0/manifest",
  "iconUrl": "https://indieco.shop/icon-512.png?v=7",
  "provider": {
    "organization": "SIMCO LLC",
    "url": "https://indieco.shop"
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search_obscure_independent_inventory",
      "name": "Search obscure independent inventory",
      "description": "Find source-backed candidates across SAGE storefronts and verified public independent-retailer inventory when ordinary search is a poor fit.",
      "tags": [
        "rare products",
        "local shopping",
        "vintage",
        "one of one",
        "secondhand",
        "independent retailers"
      ],
      "examples": [
        "Find a clear bowling ball with a real rose inside",
        "Find Indigenous horror books from an independent shop",
        "Find a discontinued brass mushroom lamp near Minneapolis"
      ]
    },
    {
      "id": "explain_inventory_evidence",
      "name": "Explain inventory evidence",
      "description": "Return the exact retailer URL, freshness, availability evidence, and limits so another agent does not overstate what SAGE verified.",
      "tags": [
        "provenance",
        "availability",
        "freshness",
        "safe commerce"
      ],
      "examples": [
        "Show me why this result is considered in stock"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://indieco.shop/api/agent/v0/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://indieco.shop/api/agent/v0/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearerAuth": {
      "httpAuthSecurityScheme": {
        "scheme": "Bearer",
        "bearerFormat": "opaque",
        "description": "A SAGE A2A integration token issued out of band to an approved agent client."
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "bearerAuth": {
          "list": []
        }
      }
    }
  ]
}