Skip to content
Back to Mnemom Docs

Card snapshot

docs.mnemom.ai · 2026-07-18 06:31:33 UTC · e3d43a19ae207e0cc1850a64e64b220175fd0dad5b99ec75ad828ef8e3477888

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, integrity checking, and behavioral accountability. Reach for this skill when you need to declare agent values, detect prompt injection or drift, enforce policy boundaries, manage multi-agent fleets, or generate cryptographically provable trust ratings.",
      "tags": [],
      "url": "https://docs.mnemom.ai/.well-known/agent-skills/mnemom/skill.md"
    }
  ]
}