Skip to content
Back to DocuWriter Public Information Agent

Card snapshot

www.docuwriter.ai · 2026-09-24 17:15:31 UTC · 5d848812b215a2d88fde185470e12970ae84e5741d99893bbe8bb37b66c4306e

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": "DocuWriter Public Information Agent",
  "description": "DocuWriter is an AI-powered platform for creating, updating and managing complete, structured documentation for entire codebases. Teams can connect repositories and generate documentation covering architecture, modules, services, classes, functions, dependencies, APIs, diagrams, READMEs, and other technical components. It supports both individual repositories and larger multi-repository systems. This public agent retrieves source-backed information about the platform.",
  "supportedInterfaces": [
    {
      "url": "https://www.docuwriter.ai/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://www.docuwriter.ai/start",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-public-docuwriter-information",
      "name": "Search public DocuWriter information",
      "description": "Retrieve relevant, source-backed excerpts about DocuWriter features, Spaces, Autopilot, pricing, and public technical references. This skill does not access private repositories or create documentation.",
      "tags": [
        "documentation",
        "codebase",
        "product information",
        "search"
      ],
      "examples": [
        "How does DocuWriter keep codebase documentation current?"
      ]
    }
  ]
}