Skip to content
Back to metagraphed

Card snapshot

api.metagraph.sh · 2026-08-14 10:36:35 UTC · d623d70738a69c9bbbe8d92983fea0a2480e0b828388973f42ca6d9d7ac487d3

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": "metagraphed",
  "description": "Live operational + integration registry for Bittensor subnets. Ask grounded questions about subnets, their APIs, health, and economics; answers carry bracketed citations into the registry. The full tool surface (240 tools) is MCP at https://api.metagraph.sh/mcp -- this A2A skill is the conversational front door, not the catalogue.",
  "url": "https://api.metagraph.sh/a2a/v1",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "metagraphed",
    "url": "https://metagraph.sh"
  },
  "version": "1.78.19",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "ask",
      "name": "Ask about the Bittensor subnet registry",
      "description": "Natural-language Q&A grounded in the live registry (RAG over subnets, surfaces, health, and economics). Returns an answer with bracketed [n] citations, plus the citation records as a data part.",
      "tags": [
        "bittensor",
        "subnets",
        "registry",
        "search",
        "grounded-qa"
      ],
      "examples": [
        "Which subnets expose an inference API I can call today?",
        "What does it cost to register a miner on subnet 3?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}