Skip to content
Back to SuperQode

Card snapshot

a2a.superqode.dev · 2026-09-01 12:29:21 UTC · 50ca4dd5667ca3c9e8e89641466fba71fc6469f5b939ddde2f068247272ad0e4

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": "SuperQode",
  "description": "The Harness Layer for Coding Agents",
  "supportedInterfaces": [
    {
      "url": "https://a2a.superqode.dev",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://a2a.superqode.dev",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    },
    {
      "url": "https://a2a.superqode.dev",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://super-agentic.ai",
    "organization": "Superagentic AI"
  },
  "version": "1.0",
  "documentationUrl": "https://github.com/SuperagenticAI/superqode",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "harness-shortlist",
      "name": "Harness Shortlist",
      "description": "Search the curated Harness Hub for third-party coding agents and harnesses matching stated constraints. Returns a ranked catalogue shortlist with licence and setup details. SuperQode's own harnesses are excluded from the ranking and disclosed separately",
      "tags": [
        "harness",
        "recommendation",
        "evaluation",
        "discovery"
      ],
      "examples": [
        "Which coding agents in the catalogue are open source?",
        "Which harness should we shortlist for a Python monorepo?",
        "We run local models only. What are our options?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "iconUrl": "https://super-agentic.ai/uploads/superqode.png",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3",
  "url": "https://a2a.superqode.dev"
}