Pause before closing!
APIs for Modern Insurance Agencies

Tools for building the modern agency

Build your agency 10x faster with InsurGrid APIs. Data intake, loss runs, COIs, and seamless integrations with raters and agency management systems.

api-example.js
// Fetch loss runs in seconds
const lossRuns = await insurGrid.lossRuns.fetch({
 policyNumber: "POL-2024-001",
 carrier: "nationwide"
});

// Generate COI instantly
const coi = await insurGrid.coi.generate({
 holder: "Acme Corp",
 policies: ["GL", "WC", "Auto"]
});
API Products

Everything Your Agency Needs

Comprehensive APIs to automate every aspect of your insurance agency workflows.

Browser window with a cloud icon, green upward arrow, yellow downward arrow, and the text API representing data upload and download.

Data Intake API

Streamline client onboarding with intelligent forms that auto-fill from existing data sources and validate in real-time.

Pre-built intake forms for all lines
Smart auto-fill from public data
Real-time validation
Learn more
Bar chart with four ascending bars in yellow, orange, green, and blue, with a red arrow curving upward above them indicating growth.

Loss Runs API

Retrieve loss run reports from carriers automatically. No more waiting weeks for documents - get them in minutes.

Direct carrier integrations
Automated retrieval & parsing
Structured JSON output
Learn more
Yellow folder icon containing documents and papers with a green checkmark symbol.

COI Management API

Generate and deliver Certificates of Insurance instantly. Automated tracking, renewals, and holder management included.

Instant COI generation
Automated renewals & tracking
Certificate holder portal
Learn more
Gear icon with code brackets in the center above a horizontal bar with two green upward arrows.

Rater Integrations API

Connect to major rating engines and get real-time quotes. Compare rates across carriers in a single API call.

Multi-carrier quoting
Real-time rate comparison
Bind-ready quotes
Learn more

Seamless AMS Integrations

Connect InsurGrid to your existing agency management system. Sync data bidirectionally and eliminate double-entry forever.

Real-time bidirectional sync
Pre-built connectors for major AMS platforms
Custom field mapping
Webhook notifications
Book a Demo
getting-started.js
// Install the SDK
// npm install @insurgrid/sdk


import { InsurGrid } from '@insurgrid/sdk';

// Initialize the client
const client = new InsurGrid({
 apiKey: process.env.INSURGRID_API_KEY
});

// Start making API calls
const intake = await client.intake.create({
 type: "commercial_auto",
 clientId: "cli_123"
});

console.log(intake.formUrl);

Developer-First Documentation

Get started in minutes with comprehensive guides, API references, and SDKs in your favorite language.

Yellow folder icon containing documents and papers with a green checkmark symbol.
Comprehensive Guides
Step-by-step tutorials for every use case
Gear icon with code brackets in the center above a horizontal bar with two green upward arrows.
SDKs & Libraries
Official SDKs for Node.js, Python, Go, and more
Illustration of a green database icon and a gray network device funneling data into a single gray and blue funnel.
Interactive Sandbox
Test API calls directly in your browser
View Documentation

Ready to modernize your agency?

Join hundreds of agencies already building faster with InsurGrid APIs.