Skip to content
Back to SuperDial API

Card snapshot

superdial-9fcd9934.main-kill-isr.mintlify.me · 2026-09-12 17:13:33 UTC · 2e33b0b8cceb11247bc4543ac835a98f07146e8ccd78a941ead8b9b290b04bea

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 building integrations to submit data-extraction requests to insurance payers via phone calls or digital channels, retrieve results, manage webhooks, and handle payer lookups. Agents should reach for this skill when working with request creation, result retrieval, schema discovery, input validation, payer resolution, and webhook configuration.",
      "tags": [],
      "url": "https://docs.superdial.com/.well-known/agent-skills/super-dial/skill.md"
    }
  ]
}