Skip to content
Back to SID — Singular Intelligence Domain

Card snapshot

sidislab.com · 2026-08-18 02:28:24 UTC · ca261683bab4c41b43f5654a58cf5bd9a332f1f751aad01980cd1882c9562647

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": "SID \u2014 Singular Intelligence Domain",
  "description": "SID is a self-governing intelligence domain that turns intent into a working deliverable. Autonomous agents can call the SID MCP API to run the intent-to-reality pipeline.",
  "url": "https://sidislab.com",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://api.sidislab.com/mcp",
      "protocol": "a2a",
      "transport": "http"
    }
  ],
  "capabilities": [
    {
      "id": "call-sid-api",
      "name": "Call SID API",
      "description": "Invoke the SID Singular Intelligence Domain API to turn a requirement into a real, working deliverable."
    }
  ],
  "skills": [
    {
      "id": "call-sid-api",
      "name": "Call SID API",
      "description": "Call the SID Singular Intelligence Domain API. Obtain an API key at https://sidislab.com/api-portal and send it as Authorization: Bearer <key>."
    }
  ]
}