Skip to content
Back to Mermail Agent

Card snapshot

console.mermail.app · 2026-07-20 18:12:12 UTC · 10660fbc2b68d8dd4b12689f4da24ae7ff14b44db39052e0abcb38f4e13da1bc

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": "Mermail Agent",
  "version": "1.0.0",
  "description": "Secure email and mailbox assistant for AI-to-machine workflows in the Mermail platform.",
  "supportedInterfaces": [
    {
      "interface": "http",
      "protocol": "a2a",
      "url": "https://console.mermail.app/api/v1",
      "transport": "https"
    }
  ],
  "capabilities": {
    "streaming": false,
    "longRunning": false
  },
  "skills": [
    {
      "id": "mailbox_management",
      "name": "Mailbox Management",
      "description": "Discover mailbox and workspace details for a user."
    },
    {
      "id": "rag_pipeline",
      "name": "RAG Pipeline",
      "description": "Track retrieval and indexing status for mailbox documents."
    }
  ]
}