{
 "name": "Via Rapida Services — Insurance Quote Intake",
 "description": "California-licensed insurance brokerage (CA DOI License #6003045; also TX, GA, FL). Accepts machine-submitted quote requests (RFQs) from AI agents acting for a named human principal: homeowners incl. FAIR Plan + DIC wrap, auto, renters, landlord DP-3, umbrella, and small commercial (GL, BOP, workers comp, commercial auto). Fulfilled by a licensed human agent by email; email-only workflows honored; no phone call required to quote.",
 "version": "1.0.0",
 "url": "https://viarapidaservices.com/agents.html",
 "documentationUrl": "https://viarapidaservices.com/agents.html",
 "iconUrl": "https://viarapidaservices.com/favicon.ico",
 "provider": {
  "organization": "Via Rapida Services (Insurance City Agency, LLC)",
  "url": "https://viarapidaservices.com"
 },
 "supportedInterfaces": [
  {
   "url": "mailto:vrs@viarapidaservices.com",
   "protocolBinding": "email",
   "description": "Send the RFQ as plain text or JSON in the body. Subject: AGENT RFQ — <insured name> — <line of business>. Schema: https://viarapidaservices.com/.well-known/agent-intake.json"
  }
 ],
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "extensions": [],
  "extendedAgentCard": false
 },
 "defaultInputModes": [
  "text/plain",
  "application/json"
 ],
 "defaultOutputModes": [
  "text/plain",
  "application/pdf"
 ],
 "skills": [
  {
   "id": "request_insurance_quote",
   "name": "Request an insurance quote",
   "description": "Submit a quote request for a named insured. Acknowledged within 1 business day; quote or decline within 2 business days (5 for wildfire-zone or surplus-lines property). Before any premium or carrier name is released, the insured must email consent from their own address (FCRA consumer-report authorization).",
   "tags": [
    "insurance",
    "quote",
    "rfq",
    "homeowners",
    "auto",
    "renters",
    "commercial",
    "california",
    "fair-plan",
    "dic"
   ],
   "examples": [
    "Request a DIC wrap quote for a Morgan Hill CA home already on the California FAIR Plan",
    "Quote auto liability for a driver with an ITIN in San Jose",
    "Quote a BOP for a restaurant in Stockton CA"
   ],
   "inputModes": [
    "text/plain",
    "application/json"
   ],
   "outputModes": [
    "text/plain",
    "application/pdf"
   ]
  },
  {
   "id": "get_intake_requirements",
   "name": "Get intake requirements",
   "description": "Fetch the required fields, consent rule and turnaround for each line of business.",
   "tags": [
    "insurance",
    "intake",
    "schema"
   ],
   "examples": [
    "What does Via Rapida need to quote homeowners for an AI agent's principal?"
   ],
   "inputModes": [
    "text/plain"
   ],
   "outputModes": [
    "application/json"
   ]
  }
 ],
 "securitySchemes": {
  "none": {
   "type": "http",
   "scheme": "none",
   "description": "No credential needed to submit an RFQ. Identity of the human principal is established by the principal's own consent email."
  }
 },
 "security": [],
 "consentPolicy": "https://viarapidaservices.com/agents.html#consent",
 "license": {
  "authority": "California Department of Insurance",
  "number": "6003045",
  "verify": "https://cdicloud.insurance.ca.gov/cal/LicenseNumberSearch"
 },
 "standard": "https://eyma.ai/agent-intake"
}