Skip to content
Back to Documentation

Card snapshot

docs.crosmos.dev · 2026-06-08 19:36:22 UTC · 4f63921140ebbc2cfabd6ef6ce72acbe20e1e0d92cc52828af9a7231451b4b66

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": "Documentation",
  "url": "https://docs.crosmos.dev/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.crosmos.dev/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.crosmos.dev/",
    "organization": "Documentation"
  },
  "documentationUrl": "https://docs.crosmos.dev/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "crosmos",
      "name": "Crosmos",
      "description": "Use when building AI agents that need persistent, contextual memory across sessions. Reach for Crosmos when you need to store user preferences, conversation history, temporal facts, or relationship data; when you're integrating memory into MCP-compatible clients (Claude, Cursor, VS Code, etc.); or when you're building backend services that require structured knowledge retrieval with temporal awareness.",
      "tags": [],
      "url": "https://docs.crosmos.dev/.well-known/agent-skills/crosmos/skill.md"
    }
  ]
}