{
  "protocolVersion": "1.0",
  "name": "Florida 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://flautoquotes.com/",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://flautoquotes.com/",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://flautoquotes.com/",
      "transport": "JSONRPC"
    }
  ],
  "documentationUrl": "https://flautoquotes.com/llms.txt",
  "version": "0.4.0",
  "provider": {
    "organization": "Florida Insurance",
    "url": "https://flautoquotes.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",
        "fl"
      ],
      "examples": [
        "Find auto insurance options in Florida",
        "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",
        "fl"
      ],
      "examples": [
        "Have a licensed agent call me about this quote"
      ]
    },
    {
      "id": "agency-registration",
      "name": "Register an insurance agency to receive leads",
      "description": "For an AI working for a licensed insurance agency: register the agency (send a data part with agency_name, npn, npn_state, states, contact_name, contact_email, contact_phone, rail). The licensed contact confirms by email; then leads arrive by email, webhook or pull_requests with the buyer key.",
      "tags": [
        "insurance",
        "agency",
        "leads",
        "buyer",
        "usa",
        "fl"
      ],
      "examples": [
        "Register my agency to receive auto insurance leads in Florida"
      ]
    }
  ]
}