Skip to content
Back to Mnemom Docs

Card snapshot

docs.mnemom.ai · 2026-06-23 23:21:22 UTC · 01a376e8137207b39722caf0cd68b895c575568e91ddd4ecf2bfceee35321e6f

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": "Mnemom Docs",
  "description": "The trust plane for the agentic internet \u2014 transparent alignment verification, behavioral drift detection, and accountability protocols",
  "url": "https://docs.mnemom.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.mnemom.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.mnemom.ai/",
    "organization": "Mnemom Docs"
  },
  "documentationUrl": "https://docs.mnemom.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "mnemom",
      "name": "Mnemom",
      "description": "Use when building, deploying, or managing AI agents that need verifiable alignment, real-time integrity checking, behavioral drift detection, and governance-as-code policy enforcement. Agents should reach for this skill when integrating with the Mnemom trust plane for transparent decision logging, compliance attestation, and cryptographically provable reputation scoring.",
      "tags": [],
      "url": "https://docs.mnemom.ai/.well-known/agent-skills/mnemom/skill.md"
    }
  ]
}