Skip to content
Back to InsightBind Sales Agent

Card snapshot

agent.lo-ki.at · 2026-09-24 06:10:16 UTC · bba9dcbd015e2c82e5224848f7880f4ab3a3843dea96ca3dc0b264a1137c8675

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": "InsightBind Sales Agent",
  "description": "Secure B2B sales and procurement interaction agent for InsightBind. External agent identities are verified and communication is governed by explicit partner trust and human approval.",
  "supportedInterfaces": [
    {
      "url": "https://agent.lo-ki.at/a2a/v1",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://agent.lo-ki.at",
    "organization": "InsightBind"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agent.lo-ki.at",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://agent.lo-ki.at/extensions/secure-message/v1",
        "description": "Required InsightBind secure-message profile. Incoming messages must carry a signed external-agent envelope which is verified before partner policy and human approval are evaluated.",
        "required": true,
        "params": {
          "metadataKey": "https://agent.lo-ki.at/extensions/secure-message/v1",
          "signatureFormat": "JWS",
          "signatureAlgorithm": "EdDSA",
          "executionAuthority": false
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "information_request",
      "name": "Information Request",
      "description": "Handles general business and service information requests addressed to InsightBind.",
      "tags": [
        "information",
        "business",
        "insightbind"
      ],
      "examples": [
        "Tell me about InsightBind.",
        "What services does InsightBind provide?"
      ]
    },
    {
      "id": "product_inquiry",
      "name": "Product Inquiry",
      "description": "Handles product and solution inquiries for InsightBind offerings.",
      "tags": [
        "product",
        "sales",
        "b2b"
      ],
      "examples": [
        "I am interested in a Lo-KI pilot.",
        "Please provide information about Lo-KI."
      ]
    },
    {
      "id": "procurement_inquiry",
      "name": "Procurement Inquiry",
      "description": "Handles procurement-related inquiries from verified external business agents.",
      "tags": [
        "procurement",
        "supplier",
        "b2b"
      ],
      "examples": [
        "We would like to discuss procurement terms."
      ]
    }
  ]
}