Skip to content
Back to Opus Docs

Card snapshot

developer.opus.com · 2026-09-09 03:09:27 UTC · 90ec5e299444e9d2c113ab2b5fc442f347c408494bb50482cfa0031e40fa9f07

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": "Opus Docs",
  "description": "Welcome to the Opus Developer Hub, where you can learn more about building on the Opus platform.",
  "url": "https://developer.opus.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://developer.opus.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://developer.opus.com/",
    "organization": "Opus Docs"
  },
  "documentationUrl": "https://developer.opus.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "opus-developer-documentation",
      "name": "Opus Developer Documentation",
      "description": "Use when building, configuring, and executing AI-powered enterprise workflows; designing document-heavy automation; integrating with external services; running jobs programmatically via API; or troubleshooting workflow execution issues.",
      "tags": [],
      "url": "https://developer.opus.com/.well-known/agent-skills/opus-developer-documentation/skill.md"
    }
  ]
}