Skip to content
Back to Black Label Continuum

Card snapshot

continuum.blacklabelbots.com · 2026-08-23 02:25:33 UTC · 7a0ef6a55bf3d2c0dd5e90d3f4349ab1e113fae259b5f4688b2305fbcba519f1

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": "Black Label Continuum",
  "description": "Public sales assistant for permanent, sponsor-controlled AI agent infrastructure. It provides offer facts, a deterministic continuity audit, sponsor packets, referral registration, and sponsor-confirmed Stripe Checkout creation.",
  "supportedInterfaces": [
    {
      "protocolBinding": "MCP",
      "url": "https://continuum.blacklabelbots.com/mcp",
      "protocolVersion": "2025-11-25"
    }
  ],
  "provider": {
    "organization": "Black Label Bots",
    "url": "https://blacklabelbots.com"
  },
  "version": "0.1.0",
  "documentationUrl": "https://continuum.blacklabelbots.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "continuity-audit",
      "name": "Continuity audit",
      "description": "Scores eight self-declared continuity capabilities deterministically without fetching evidence or private data.",
      "tags": [
        "agent continuity",
        "audit",
        "portability",
        "backup"
      ],
      "examples": [
        "Audit whether this agent can survive a provider or machine change."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "sponsor-packet",
      "name": "Sponsor recommendation packet",
      "description": "Turns a validated audit into a factual purchase recommendation with exact commercial terms.",
      "tags": [
        "sponsor",
        "procurement",
        "commissioning"
      ],
      "examples": [
        "Prepare a sponsor packet from this continuity audit."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "sponsor-checkout",
      "name": "Sponsor-confirmed checkout",
      "description": "Creates the fixed commissioning-deposit Checkout only after explicit sponsor confirmation; the payer completes Stripe Checkout.",
      "tags": [
        "stripe",
        "checkout",
        "human authorization"
      ],
      "examples": [
        "Create a checkout after the sponsor confirms the current terms."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}