Skip to content
Back to Mnemom

Card snapshot

www.mnemom.ai · 2026-06-22 09:54:49 UTC · 9657b995997903e0d443d82589c2c45fe3c9a971ff9a78e1e4e9f30d7479ca73

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.

{
  "protocolVersion": "0.3.0",
  "name": "Mnemom",
  "description": "The trust plane for the agentic internet. Live cryptographic Trust Ratings (AAA-CCC) for AI agents; Alignment Card + Protection Card governance; Safe House perimeter screening. Model-agnostic.",
  "url": "https://api.mnemom.ai/v1",
  "version": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://api.mnemom.ai/v1"
    }
  ],
  "provider": {
    "organization": "Mnemom",
    "url": "https://www.mnemom.ai"
  },
  "documentationUrl": "https://docs.mnemom.ai",
  "iconUrl": "https://www.mnemom.ai/mnemom_favicon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT",
      "description": "Supabase-issued JWT. See https://www.mnemom.ai/auth.md"
    },
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-Mnemom-Api-Key"
    }
  },
  "security": [
    {
      "bearer": []
    },
    {
      "apiKey": []
    }
  ],
  "skills": [
    {
      "id": "value-catalog",
      "name": "Value catalog",
      "description": "Mnemom's behavioral value catalog (GET /v1/catalog/values).",
      "tags": [
        "alignment",
        "catalog"
      ]
    },
    {
      "id": "a2a-agent-card",
      "name": "Agent card lookup",
      "description": "Per-agent A2A AgentCard projection with embedded AAP attestation (GET /v1/agents/{id}/a2a-agent-card).",
      "tags": [
        "a2a",
        "attestation",
        "verification"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://api.mnemom.ai/v1/agents/{id}/a2a-agent-card",
      "note": "Per-agent A2A AgentCard projection with embedded AAP attestation token."
    }
  ],
  "proof": {
    "type": "DataIntegrityProof",
    "cryptosuite": "eddsa-jcs-2022",
    "created": "2026-06-22T03:06:21Z",
    "verificationMethod": "did:key:z6MknSkKviC9w3mx9SDjsvwaZ3tRwY6Ab7SNqboXTbEZwZZK#z6MknSkKviC9w3mx9SDjsvwaZ3tRwY6Ab7SNqboXTbEZwZZK",
    "proofPurpose": "assertionMethod",
    "proofValue": "z5RBJvLv16mNArq7j1CnKonurk7bMZKheCdnburfh26odMvU8xgfqvafrywVvjmACEPMYG5tDevrJ4Z3pMC4c5Ga8"
  }
}