Skip to content
Back to SageOx

Card snapshot

sageox.ai · 2026-09-02 20:27:52 UTC · 608ead13e8ddf55a2df75c29f03b2cf937455e7e5769f7e86810cec97b1c5aa8

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": "SageOx",
  "description": "The hivemind for human-AI teams. SageOx adds shared, structured team memory \u2014 Knowledge Bubbles \u2014 that AI coworkers consult before they act, built from recorded Discussions and coding Sessions.",
  "url": "https://sageox.ai",
  "provider": {
    "organization": "SageOx",
    "url": "https://sageox.ai"
  },
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "supportedInterfaces": [
    {
      "url": "https://sageox.ai/api/docs-mcp",
      "protocolBinding": "https://modelcontextprotocol.io/streamable-http",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search-docs",
      "name": "Search documentation",
      "description": "Search SageOx product and API documentation by keyword or question.",
      "tags": [
        "docs",
        "search"
      ]
    },
    {
      "id": "get-page",
      "name": "Get documentation page",
      "description": "Fetch the full content of a specific SageOx documentation page by URL or slug.",
      "tags": [
        "docs",
        "read"
      ]
    }
  ],
  "mcpEndpoint": "https://sageox.ai/api/docs-mcp"
}