Skip to content
Back to Agentic Atlas

Card snapshot

agentic-atlas.dev · 2026-09-10 15:27:51 UTC · 0a4286bac3b45f03e7ffb57cfe42e34f16739789f4b953312ee576157d8cac9c

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": "Agentic Atlas",
  "description": "Find published agentic patterns relevant to a text query. Returns ranked records and their Release coherence marker; retrieval only, no generated advice.",
  "version": "1.0.6",
  "supportedInterfaces": [
    {
      "url": "https://agentic-atlas.dev/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "documentationUrl": "https://agentic-atlas.dev/developers",
  "iconUrl": "https://agentic-atlas.dev/static/brand-mark.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "find-patterns",
      "name": "Find published patterns",
      "description": "Find published agentic patterns relevant to a text query. Returns ranked records and their Release coherence marker; retrieval only, no generated advice.",
      "tags": [
        "agentic patterns",
        "retrieval"
      ],
      "examples": [
        "How should I handle an agent that keeps retrying?"
      ]
    }
  ]
}