The LouieAuto API gives your integration direct access to AI lender routing, stip checking, trade appraisal, and real-time inventory intelligence. One key, one endpoint, every module.
Digital retail platforms, legacy F&I portals, legacy CRM software, and F&I menu systems — if your product touches a dealer's workflow, your customers need this data. We pay 15% of every $24,995 license sold on every rooftop you bring in. No caps, no clawbacks, no minimum volume requirement.
Apply for Partner Status →The official JavaScript SDK wraps every endpoint with proper error handling, timeout management, and automatic header injection.
<script src="https://louieauto.com/js/louieauto-sdk.js"></script>
npm install louieauto
// Initialize with your API key const louie = new LouieAuto({ apiKey: 'your-key-here' }); // Route a lender in 3 lines const deal = await louie.routeLender({ beacon: 580, down_payment: 1500, vehicle_price: 14000, vehicle_type: 'car', known_issues: ['repo'], }); console.log(deal.primary.lender); // "Westlake Financial" // Check stips before you call const stips = await louie.stipCheck({ lender: 'Westlake', beacon: 580 }); stips.required_stips.forEach(s => console.log(`[${s.priority}] ${s.stip}`)); // True-cost gross calc const gross = await louie.grossCalc({ purchase_price: 14000, vehicle_type: 'car', days_on_lot: 12, selling_price: 17500 }); console.log(`${gross.recommendation} — potential gross $${gross.potential_gross}`); // AI-generated morning briefing const brief = await louie.getMorningBrief(); console.log(brief.briefing_text);
Error handling: all methods throw LouieAuto.Error with .status and .body properties. Use try/catch or .catch() — no silent failures.
If your product is in the deal flow, the LouieAuto API adds intelligence at the exact moment it's needed — not after the desk has already made the call.
Pull live stip requirements per lender. No more stip surprises at funding. Real-time Westlake, CAC, and Meridian requirements in your menu before the customer sits down.
Add AI-powered lender routing to any lead workflow. When a customer fills a credit app in your CRM, route it to the highest-probability lender before the desk ever sees it.
legacy or cloud DMS — if your DMS add-on module needs inventory intelligence or wholesale alerts, the Inventory API delivers aged-unit and market-data feeds in real time.
TradePending, AccuTrade, Kelley Blue Book integrators — stack Louie's AI appraisal data alongside your own. Our model weights dealer-specific history, not just market comps.
Not yet available on the public API — subscribing your endpoint to real dealer events (deal created/closed, inventory updated, new lead/customer) is on the roadmap. Email brian@louieauto.com if this is a blocker for your integration.
Every module. One key. Documentation that doesn't waste your time.