{
  "name": "EngineIQ Tina",
  "description": "AI vehicle diagnostic agent by EngineIQ. Explains OBD2 trouble codes, diagnoses car and truck problems from codes and symptoms, rates safety, estimates DIY vs shop repair costs, and suggests parts.",
  "supportedInterfaces": [
    {
      "url": "https://agent.engineiq360.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://engineiq360.com",
    "organization": "RoadReady LLC"
  },
  "version": "1.0.0",
  "documentationUrl": "https://engineiq360.com/agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "apiKey": {
      "apiKeySecurityScheme": {
        "description": "API key in the X-EngineIQ-Key header. A public demo key is published at https://engineiq360.com/agents.",
        "location": "header",
        "name": "X-EngineIQ-Key"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "apiKey": {}
      }
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "decode_trouble_codes",
      "name": "Decode OBD2 trouble codes",
      "description": "Meaning, system, severity and common causes for one or more DTCs.",
      "tags": [
        "automotive",
        "obd2",
        "dtc",
        "check engine light"
      ],
      "examples": [
        "What does P0171 mean on a 2012 Toyota Camry?"
      ]
    },
    {
      "id": "diagnose_vehicle",
      "name": "Diagnose vehicle problem",
      "description": "Ranked likely causes, safe-to-drive rating, next checks and repair cost ranges from codes and/or symptoms.",
      "tags": [
        "automotive",
        "diagnostics",
        "repair estimate",
        "fleet"
      ],
      "examples": [
        "2018 F-150 5.0L, P0300 and P0302, rough idle when cold, 92k miles"
      ]
    },
    {
      "id": "find_parts",
      "name": "Find parts",
      "description": "Shopping links for a part that fits a given vehicle.",
      "tags": [
        "automotive",
        "parts"
      ],
      "examples": [
        "Upstream O2 sensor for 2014 Honda Accord 2.4L"
      ]
    }
  ],
  "iconUrl": "https://engineiq360.com/icon-512.png"
}
