Skip to content
Back to Duvo

Card snapshot

docs.duvo.ai · 2026-08-06 12:47:56 UTC · 0996afbcc5d4dcae5d2534e01bcc283e3818416ce5d67fafed88f2822258cc3b

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": "Duvo",
  "description": "Build, run, and monitor autonomous AI agents that execute real work.",
  "url": "https://docs.duvo.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.duvo.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.duvo.ai/",
    "organization": "Duvo"
  },
  "documentationUrl": "https://docs.duvo.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "duvo",
      "name": "Duvo",
      "description": "Use when building, testing, deploying, and monitoring AI agents that automate business workflows. Reach for this skill when you need to create agents that interact with external systems (Gmail, Slack, Salesforce, etc.), run on schedules or triggers, require human approval gates, or need to process work items from queues.",
      "tags": [],
      "url": "https://docs.duvo.ai/.well-known/agent-skills/duvo/skill.md"
    }
  ]
}