Developer Resources
Documentation & Guides
Everything you need to integrate embedded insurance into your application. Comprehensive guides, API reference, SDKs, and code examples.
Quick Start
Get up and running in under 5 minutes
1
Install SDK
Choose your preferred language and install the SDK
npm install @coverkit/sdk2
Configure
Initialize with your API key from the dashboard
coverkit.init(apiKey)3
Create Quote
Request a quote and bind coverage
await quote() & bind()Guides
Step-by-step tutorials for common integration patterns
Read guidesAPI Reference
Complete REST API documentation with request/response examples
View API docsSDKs
Official SDKs for JavaScript, Python, Go, Ruby, and PHP
Browse SDKsCode Examples
Sample projects and integration examples on GitHub
See examples