Skip to content
Back to Agent Client Protocol

Card snapshot

zed-685ed6d6.main-kill-isr.mintlify.me · 2026-07-16 14:40:20 UTC · 60a8f0ffe8bd25680badb18155fec52fe0a047c90b7a9cba6987aa60e3936853

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": "Agent Client Protocol",
  "description": "The Agent Client Protocol (ACP) is a protocol that standardizes communication between code editors.",
  "url": "https://agentclientprotocol.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://agentclientprotocol.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://agentclientprotocol.com/",
    "organization": "Agent Client Protocol"
  },
  "documentationUrl": "https://agentclientprotocol.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "acp",
      "name": "Acp",
      "description": "Use when implementing or integrating with the Agent Client Protocol \u2014 a standardized communication protocol between code editors/IDEs and AI coding agents. Reach for this skill when building ACP clients (editor integrations), agents (AI coding tools), or working with protocol-level features like session management, tool calls, file system access, and MCP server integration.",
      "tags": [],
      "url": "https://agentclientprotocol.com/.well-known/agent-skills/acp/skill.md"
    }
  ]
}