Progressive Home
Status: API reverse-engineered and validated
Progressive Home is the quote flow for Progressive Home insurance. Customers arrive from DA via a deep link and complete a multi-step flow for property details, coverages, and checkout.
Direct API — No Playwright
Fastlane calls Progressive's quoting REST API directly via HTTP. The agent portal at 62.qa.foragentsonly.com has been fully reverse-engineered — authentication, session creation, and all quoting endpoints are documented and confirmed working.
Performance: Login + session + first API call completes in ~6 seconds (vs ~64 seconds with Playwright browser automation). No Chromium, no browser pool, no page objects.
Key Files
| Area | Location |
|---|---|
| Portal flow | apps/fastlane-portal/src/app/pages/carriers/progressive/home/ |
| API Gateway | apps/apis/fastlane-api-gateway/src/app/controllers/progressive.controller.ts |
| Progressive lib | libs/apis/carriers/progressive/ |
Documentation
- Entry from DA — Deep link, session init, routing
- Current Setup — Playwright-based architecture (legacy, being replaced)
- Reverse Engineering — API reference: auth flow, session creation, REST endpoints, example payloads