Skip to content
Back to agent-manager documentation agent

Card snapshot

agent-manager.dev · 2026-08-25 01:12:53 UTC · 4f2f75a49aa3fe3b1f014af80b62e4abd6f3be65285eaadbcfd5c6cede5ef667

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-manager documentation agent",
  "description": "Answers questions about agent-manager from its own documentation: what it does, which coding CLIs it manages, how to install it, what its MCP tools do, and what the current release is.",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "documentationUrl": "https://agent-manager.dev/docs/",
  "iconUrl": "https://agent-manager.dev/brand/mark.svg",
  "provider": {
    "organization": "agent-manager",
    "url": "https://agent-manager.dev"
  },
  "supportedInterfaces": [
    {
      "url": "https://agent-manager.dev/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "agent-manager",
      "name": "Run a fleet of coding agents with agent-manager",
      "description": "Install agent-manager, spawn coding agents into tmux sessions, read which one is working or blocked, answer one without attaching, and review its diff.",
      "tags": [
        "terminal",
        "tmux",
        "coding-agents",
        "developer-tools"
      ],
      "examples": [
        "How do I install agent-manager?",
        "How do I run Claude Code and Codex side by side and see which one is blocked?",
        "How do I send review comments back into an agent's prompt?"
      ]
    },
    {
      "id": "agent-manager-reference",
      "name": "Query the agent-manager reference API",
      "description": "Read agent-manager's documentation, the coding CLIs it manages, the tools its MCP server exposes and the current release over HTTP or MCP, without scraping HTML.",
      "tags": [
        "api",
        "openapi",
        "mcp",
        "documentation"
      ],
      "examples": [
        "Which coding CLIs does agent-manager support out of the box?",
        "What MCP tools does agent-manager expose?",
        "What is the latest agent-manager release and how do I install it?"
      ]
    }
  ]
}