Developer Hub

Build with CoverKit

Everything you need to integrate embedded insurance into your platform. SDKs, documentation, and tools designed for developers.

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.

app.js
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.