Skip to content
Back to medtech-ai Agent

Card snapshot

medtech-platform.dev · 2026-07-26 22:53:02 UTC · 2c0908adb5b398b8f7018e4f545cdbd30f6a832ed2e7e791f5c7dc4e6a2bcf23

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.

{
  "protocolVersion": "0.3.0",
  "name": "medtech-ai Agent",
  "description": "Healthcare AI platform agent for medtech-ai. Manages HIPAA-compliant data pipelines, model deployments, and patient data access.",
  "url": "https://medtech-platform.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "deploy",
      "name": "deploy",
      "description": "Deploy ML models to HIPAA-compliant infrastructure",
      "tags": [
        "ml-ops",
        "hipaa"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "data-access",
      "name": "data-access",
      "description": "Process authorized PHI data access requests",
      "tags": [
        "phi",
        "data-access"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "audit",
      "name": "audit",
      "description": "Generate HIPAA audit trail reports",
      "tags": [
        "hipaa",
        "audit"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "pipeline",
      "name": "pipeline",
      "description": "Manage ETL pipelines for clinical data",
      "tags": [
        "etl",
        "clinical-data"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "encrypt",
      "name": "encrypt",
      "description": "Manage encryption keys for data at rest",
      "tags": [
        "encryption",
        "key-management"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "MedTech Platform",
    "url": "https://medtech-platform.dev"
  }
}