Skip to content
Back to Supportsheep Public Content Agent

Card snapshot

supportsheep.com · 2026-08-15 01:59:14 UTC · a5affb90e5296a121bd8026e16caeb7a12cd163b789b3bfdcb1e38599b07334c

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": "Supportsheep Public Content Agent",
  "description": "Read-only machine interface for discovering, searching, and consuming published Supportsheep content.",
  "url": "https://supportsheep.com/api/v1/public/articles",
  "preferredTransport": "HTTP+JSON",
  "additionalInterfaces": [
    {
      "url": "https://supportsheep.com/api/v1/public/articles",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://supportsheep.com/api/search",
      "transport": "HTTP+JSON"
    }
  ],
  "provider": {
    "organization": "Supportsheep",
    "url": "https://supportsheep.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://supportsheep.com/docs/api",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "list-public-articles",
      "name": "List public articles",
      "description": "Read paginated summaries of published Supportsheep articles, optionally filtered by category or tag.",
      "tags": [
        "blog",
        "articles",
        "discovery",
        "seo"
      ],
      "examples": [
        "List the newest Supportsheep articles.",
        "Find published articles in the website tips category."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "read-public-article",
      "name": "Read a public article",
      "description": "Fetch the full read-only payload for a published article by slug.",
      "tags": [
        "blog",
        "article",
        "content"
      ],
      "examples": [
        "Read the published article with slug low-cost-seo-packages."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    },
    {
      "id": "search-public-articles",
      "name": "Search public articles",
      "description": "Search recent published Supportsheep articles by title, body, excerpt, tags, and keywords.",
      "tags": [
        "blog",
        "search",
        "articles"
      ],
      "examples": [
        "Search Supportsheep for articles about local SEO."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}