Skip to content
Back to Docs by LangChain

Card snapshot

langchain-5e9cc07a.mintlify.app · 2026-07-13 03:36:23 UTC · 10d4863cb9bf5c97dcef4fdb30417a618bfcd0d7eb84a9ac69af66330080642c

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": "Docs by LangChain",
  "description": "Documentation for LangSmith, Fleet, and our open source packages.",
  "url": "https://docs.langchain.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.langchain.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.langchain.com/",
    "organization": "Docs by LangChain"
  },
  "documentationUrl": "https://docs.langchain.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "langchain",
      "name": "Langchain",
      "description": "Use when building AI agents that call tools, manage state, and interact with LLMs. Reach for LangChain when you need to create agents with models, tools, memory, and middleware. Use LangGraph for low-level orchestration of stateful workflows. Use Deep Agents for high-level agent harnesses with planning and subagents built-in.",
      "tags": [],
      "url": "https://docs.langchain.com/.well-known/agent-skills/langchain/skill.md"
    }
  ]
}