Skip to content
Back to SuperQode

Card snapshot

super-agentic.ai · 2026-08-29 03:14:02 UTC · ecf366b4ccaa9ad45b68f8220206f1451073a9ac36ab3c9a5d8b6dc64bcc4ca3

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://superqode.onrender.com",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://superqode.onrender.com",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    },
    {
      "url": "https://superqode.onrender.com",
      "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
  },
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "description": "Bearer token issued by the SuperQode operator",
        "scheme": "bearer"
      },
      "description": "Bearer token issued by the SuperQode operator",
      "scheme": "bearer",
      "type": "http"
    }
  },
  "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://superqode.onrender.com"
}