Build with CoverKit
Everything you need to integrate embedded insurance into your platform. SDKs, documentation, and tools designed for developers.
Developer Resources
Choose your path to get started with CoverKit
Documentation
API reference, guides, and tutorials to get started quickly.
Integrations
Pre-built integrations for Shopify, WooCommerce, Magento, and more.
SDKs & Libraries
Official SDKs for JavaScript, Python, Go, PHP, and Ruby.
API Reference
Complete REST API documentation with interactive examples.
Webhooks
Real-time event notifications for quotes, policies, and claims.
Sandbox↗
Test your integration in our sandbox environment.
Simple, Powerful API
Get insurance quotes with just a few lines of code. Our SDK handles authentication, retries, and error handling automatically.
Fast Integration
Get up and running in under 5 minutes with our SDKs and drop-in widgets.
Enterprise Security
SOC 2 Type II compliant with end-to-end encryption and secure key management.
99.99% Uptime
Built on Google Cloud with multi-region redundancy and automatic failover.
import { CoverKit } from '@coverkit/sdk';
const coverkit = new CoverKit('sk_live_...');
// Get a quote in one call
const quote = await coverkit.quotes.create({
product: 'shipping_protection',
orderValue: 14999,
currency: 'USD'
});
// quote.premium = 299 ($2.99)Ready to Get Started?
Create a free account and get your API keys in minutes.