Skip to content
Back to CowAgent

Card snapshot

docs.cowagent.ai · 2026-07-13 19:02:03 UTC · ca6a4197c6b87d59cab91ee1b6b30e8ccdb407f771bfc3fe9e978e0bfc5105a6

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": "CowAgent",
  "description": "CowAgent - AI Super Assistant powered by LLMs, with autonomous task planning, long-term memory, skills system, and multi-channel deployment.",
  "url": "https://docs.cowagent.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.cowagent.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.cowagent.ai/",
    "organization": "CowAgent"
  },
  "documentationUrl": "https://docs.cowagent.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "cowagent",
      "name": "Cowagent",
      "description": "Use when deploying autonomous AI agents, configuring LLM models, managing agent workflows, creating custom skills, integrating with messaging platforms, or building multi-channel AI assistants. Agents should reach for this skill when users need to set up CowAgent, configure models and channels, create or install skills, manage memory and knowledge bases, or troubleshoot agent behavior.",
      "tags": [],
      "url": "https://docs.cowagent.ai/.well-known/agent-skills/cowagent/skill.md"
    }
  ]
}