{
  "protocolVersion": "1.0",
  "name": "Georgia Insurance",
  "description": "Returns indicative auto insurance prices to a consumer's agent in exchange for rating facts, and connects the consumer with licensed agents on consent. No contact details required for a price.",
  "url": "https://georgiaautoquotes.com/",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://georgiaautoquotes.com/",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://georgiaautoquotes.com/",
      "transport": "JSONRPC"
    }
  ],
  "documentationUrl": "https://georgiaautoquotes.com/llms.txt",
  "version": "0.4.0",
  "provider": {
    "organization": "Georgia Insurance",
    "url": "https://georgiaautoquotes.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "auto-quote-comparison",
      "name": "Auto insurance price comparison",
      "description": "Multi-carrier indicative pricing from rating facts alone. Send a data part with garaging_zip, date_of_birth, vehicle_year, vehicle_make_model, coverage.",
      "tags": [
        "insurance",
        "auto",
        "quotes",
        "comparison",
        "usa",
        "usa",
        "ga"
      ],
      "examples": [
        "Find auto insurance options in Georgia",
        "Compare full coverage prices for a 2021 RAV4"
      ]
    },
    {
      "id": "licensed-agent-connect",
      "name": "Connect with licensed agents",
      "description": "With the consumer's explicit consent, route the request to licensed agents who quote firm and bind. Send a data part with quote_id, full_name, phone_number, consent.",
      "tags": [
        "insurance",
        "agent",
        "consent",
        "usa",
        "ga"
      ],
      "examples": [
        "Have a licensed agent call me about this quote"
      ]
    }
  ]
}