Skip to content
Back to SuperDial API

Card snapshot

docs.superdial.com · 2026-08-29 21:46:53 UTC · a3eb0c2ea7450a2111b2fef7ecf1fcde6ab86c911f69ba73485404fbecc60229

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": "SuperDial API",
  "description": "Submit requests and retrieve results programmatically.",
  "url": "https://docs.superdial.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.superdial.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.superdial.com/",
    "organization": "SuperDial API"
  },
  "documentationUrl": "https://docs.superdial.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "super-dial",
      "name": "Super Dial",
      "description": "Use when submitting structured data extraction requests to insurance payers, managing phone-based and digital workflows, handling webhook callbacks, and retrieving insurance claim status, benefits verification, prior authorization, and other payer data. Reach for this skill when building integrations that need to automate payer interactions, track request batches, or verify webhook signatures.",
      "tags": [],
      "url": "https://docs.superdial.com/.well-known/agent-skills/super-dial/skill.md"
    }
  ]
}