Skip to content
Back to Mnemom Docs

Card snapshot

docs.mnemom.ai · 2026-08-31 23:20:13 UTC · 6fdf8973842dc2fa817fe13664d56f91e76f7cb2a2d94758fdff1be9c2f1d0d0

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, configuring, or managing AI agents that need transparent alignment verification, behavioral integrity checking, policy enforcement, and threat detection. Reach for this skill when agents need to declare their values and boundaries, verify their reasoning, detect drift, enforce tool policies, or screen for injection attacks.",
      "tags": [],
      "url": "https://docs.mnemom.ai/.well-known/agent-skills/mnemom/skill.md"
    }
  ]
}