InsuranceKit
Policies, claims, and embedded insurance
InsuranceKit enables embedded insurance — attach travel insurance to a booking, device protection to a purchase, or health insurance to an onboarding flow. Quote comparison, policy issuance, and claims management across multiple insurers through one API.
The integration tax, eliminated.
Stop wiring together fragmented APIs. InsuranceKit abstracts the complexity behind a single canonical interface so you can focus on your product.
The Old Way
Read 4+ different API docs
Handle varying authentication methods
Normalize fragmented data schemas
Build custom failure and retry logic
Maintain integration debt forever
With InsuranceKit
Install single unified SDK
Authenticate once with hyperscale keys
Write code against canonical schema
Built-in routing, retries & fallbacks
Switch providers without code changes
Everything you need.
InsuranceKit comes battery-included with 4 out-of-the-box capabilities designed for scale.
Quote Comparison
Compare quotes across multiple insurers
Policy Issuance
Issue policies digitally
Claims Management
Submit and track insurance claims
Embedded Insurance
Attach insurance to bookings and purchases
Zero-build embedded experiences.
Product Managers love InsuranceKit because you don't have to build the UI from scratch. Drop our secure, compliant React widgets directly into your app.
- Fully customizable styling to match your brand
- Handles complex edge cases and error states automatically
- Always up-to-date with compliance regulations
export default function App() { return (
<InsuranceKitWidget
theme="light"
onSuccess={handleSuccess}
/>
);
}
The Inverse Adapter.
InsuranceKit sits above the Hyperscale SuperGraph, abstracting downstream providers entirely so you only have to write code once.
Your Application
InsuranceKit
Developer Experience
Beautiful, strongly-typed SDKs for modern languages.
1import { InsuranceKit } from '@hyperscale/sdk'23const insurance = new InsuranceKit({ apiKey: 'hs_live_...' })45// Get quotes for travel insurance6const quotes = await insurance.getQuotes({7 type: 'travel',8 destination: 'UAE',9 dates: { start: '2026-04-15', end: '2026-04-22' },10 travelers: [{ age: 30 }],11})1213// Issue the best policy14const policy = await insurance.issuePolicy(quotes[0].id)Plays well with others.
InsuranceKit composes seamlessly with the rest of the Hyperscale ecosystem.
Part of these Blueprints.
InsuranceKit is a core component of these ready-to-deploy business solutions.
Start building with InsuranceKit.
Install the SDK, grab your API key, and make your first call in minutes.