Add Insurance to Your Checkout in Minutes
Embed shipping protection, cyber insurance, and warranties into your e-commerce platform with a simple API. Start earning commission today.
// Install: npm install @coverkit/sdk
import { CoverKit } from '@coverkit/sdk';
const coverkit = new CoverKit('sk_live_...');
// Get instant quote at checkout
const quote = await coverkit.quotes.create({
product: 'shipping_protection',
orderValue: 14999, // $149.99
destination: 'US'
});
// quote.premium = 299 ($2.99)
// quote.coverage = 14999Three Steps to Revenue
Start offering insurance products and earning commission in under 5 minutes
Install the SDK
Add CoverKit to your project with a single command
npm install @coverkit/sdkInitialize
Configure with your API key from the dashboard
import { CoverKit } from '@coverkit/sdk'
const coverkit = new CoverKit('sk_live_...')Get a Quote
Request real-time pricing at checkout
const quote = await coverkit.quotes.create({
product: 'shipping_protection',
orderValue: 14999
})Trusted by Leading Platforms
"CoverKit reduced our insurance integration time from 6 months to 2 weeks. The API is incredibly well-designed."
Works With Your Stack
Pre-built integrations for popular e-commerce platforms, plus a flexible API for custom implementations.
Drop-in Components
Pre-built React, Vue, and vanilla JS widgets that match your brand
Full API Access
RESTful API with SDKs for JavaScript, Python, Go, and more
Webhooks & Events
Real-time notifications for quotes, policies, and claims
<!-- Add to your checkout page -->
<div id="coverkit-widget"></div>
<script src="https://js.coverkit.io/v1"></script>
<script>
CoverKit.mount('#coverkit-widget', {
apiKey: 'pk_live_...',
orderValue: 14999
})
</script>Everything You Need to Embed Insurance
A complete platform for adding insurance to your application, from quotes to claims.
Modern REST API
Clean, well-documented API with SDKs for JavaScript, Python, and Go.
30-Minute Integration
Go from signup to your first quote in under 30 minutes with our quickstart guides.
Real-Time Underwriting
Get instant quotes with dynamic pricing based on risk factors.
Automated Claims
Streamlined claims process with webhook notifications for every status change.
Comprehensive Dashboard
Monitor policies, track claims, and analyze performance in real-time.
24/7 Support
Dedicated support team and comprehensive documentation for every question.
Trusted at Scale
Powering embedded insurance for leading platforms worldwide
Ready to Get Started?
Join hundreds of platforms already using CoverKit to offer embedded insurance. Start your free trial today.
No credit card required. 14-day free trial.