← Back to all docs

Bold Penguin API

Bold Penguin is a commercial insurance technology platform that automates the workflow from submission to quote and bind for agents, brokers, carriers, and MGAs. An unofficial API lets you programmatically create and submit applications, pull carrier quotes and appetite, retrieve questions and answer sets, and push bind requests back into the Bold Penguin Terminal.

By Alex KlarfeldMay 30, 2026
Bold Penguin API

What is Bold Penguin?

Bold Penguin is an insurance technology platform that automates the commercial insurance workflow from submission through quote and bind for agents, brokers, carriers, MGAs, and carrier-owned distributors. Its Terminal connects digitally enabled small commercial products to a network of carriers by mapping each carrier's questions, rules, and appetite—so users can quote and bind in one place—while Insurance Intelligence, Market Intelligence, and an Agentic AI Network add data-driven risk assessment, optimal routing, and automated extraction, enrichment, scoring, and binding.

Core product areas include:

  • Terminal (commercial insurance quoting and bind marketplace)
  • SubmissionLink (middle-market and complex-risk submissions)
  • Insurance Intelligence (AI-powered, data-driven risk assessment)
  • Market Intelligence (optimal risk routing and placement)
  • Agentic AI Network (automated extraction, enrichment, scoring, routing, and binding)
  • SDK and One-Click Integration (embeddable Web Components built on Stencil.js)

Common data entities:

  • Applications, Submissions, Application State events
  • Quotes, Bind requests, Policies
  • Carriers, Carrier enrollments, Appetite and NAICS mappings
  • Questions, Answer sets, conditional visibility logic
  • DNQ (Do Not Quote) rules and decline reasons
  • Agents, Brokers, Accounts, and business classifications

The Bold Penguin Integration Challenge

Agencies and carriers run high-volume quoting on Bold Penguin daily, but turning the Terminal's marketplace workflows into reliable API-driven automation is non-trivial:

  • Partner-gated access: Full platform and carrier integrations flow through partnership agreements and account-manager onboarding before API credentials are issued
  • SDK-first surface: Much of the experience ships as embeddable Web Components rather than a fully documented public REST API, so headless automation has to work around the UI layer
  • Carrier-by-carrier variability: Each carrier enrollment brings its own questions, rules, appetite, and bind flow—generic integrations break across the network
  • Dynamic question logic: Question ordering and visibility change based on prior answers, making static request payloads fragile
  • Appetite and NAICS mapping: Business classes map to a standardized NAICS baseline with state eligibility rules that differ by carrier and line
  • Event-driven state: Application progress, DNQ outcomes, and quote-ready signals arrive as webhook events that must be captured and reconciled

How Supergood Creates Bold Penguin APIs

Supergood reverse-engineers authenticated Terminal flows, the Bold Penguin SDK and one-click surfaces, and carrier integration endpoints to deliver a resilient API layer for your Bold Penguin account—so you can drive submissions, quotes, and binds programmatically.

  • Handles OAuth2 and MFA securely within a managed session
  • Resolves dynamic question sets and conditional visibility so applications submit cleanly across carriers
  • Normalizes responses across Applications, Quotes, Carriers, and Bind requests so you integrate once against consistent objects
  • Captures application-state and quote-ready webhook events with automatic session refresh and change detection

Use Bold Penguin with AI agents: Bold Penguin MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your Bold Penguin products, carrier enrollments, and authentication model.

  • Supergood Generates and Validates Your API

We deliver a production-ready Bold Penguin adapter tailored to your account, carriers, and appetite mappings.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Bold Penguin and its carrier network evolve.

boldpenguin

API Endpoints

Authentication

POST/authenticate

Authenticate to a Bold Penguin account using OAuth2 credentials or MFA and obtain a session token for downstream calls.

Applications

GET/applications

List commercial insurance applications and submissions with filters for status, business class, state, and date range.

Applications

POST/create_application

Create a new application, supply answer sets, and submit it across enrolled carriers using dynamic question logic.

Quotes

GET/quotes

Retrieve carrier quotes, premiums, and DNQ outcomes for an application across the Terminal network.

Quotes

POST/bind_quote

Submit a bind request against a selected carrier quote and return policy and confirmation details.

Carriers

GET/carriers

Pull carrier enrollments, appetite and NAICS mappings, state eligibility, and associated question sets.

Use Cases

Automate submission and quoting across carriers

- Create applications and push answer sets into the Terminal without portal clicks - Resolve dynamic question visibility so submissions pass carrier validation - Pull quotes, premiums, and DNQ outcomes back into your agency management system

Embed quote-and-bind in your own product

- Drive the full submission-to-bind flow programmatically instead of relying on embedded Web Components - Surface real-time quote-ready and application-state events to your UI - Trigger bind requests and return policy confirmations to downstream systems

Sync appetite and carrier data

- Pull carrier enrollments, appetite, and NAICS mappings for routing decisions - Keep state eligibility rules current across your placement logic - Reconcile question sets and answer mappings as carriers update their templates

Reconcile pipeline and reporting

- Stream application, quote, and bind events into BI and reporting tools - Track conversion from submission to bound policy across carriers - Surface declines and DNQ reasons for appetite and placement analysis

Technical Specifications

Authentication

OAuth2 credentials and MFA handled in a managed session

Connectivity

Authenticated Terminal flows plus Bold Penguin SDK, one-click, and carrier integration surfaces

Response format

Normalized JSON across Applications, Quotes, Carriers, and Bind objects

Rate limits

Adaptive throttling tuned to your account to avoid platform-side limits

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for applications, quotes, and bind status with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging

Webhooks

Event-style callbacks for application-state changes, quote-ready, DNQ, and bind confirmations

Latency

Sub-second reads on cached entities; multi-second writes when submitting and binding across carriers

Throughput

Horizontally scaled workers sized to high-volume small commercial quoting

Reliability

Retry, backoff, and idempotency keys for submission and bind requests

Adaptation

Continuous monitoring of Bold Penguin releases, SDK changes, and carrier enrollment drift

Frequently asked questions

Supergood works with your existing Bold Penguin account and authenticated sessions. Where the platform gates carrier integrations behind partner onboarding, we operate against the surfaces your account is already entitled to rather than requiring new public-API access.

Yes. Much of Bold Penguin's experience is delivered as embeddable Web Components. Supergood reverse-engineers the authenticated Terminal and SDK flows to expose a clean, headless API so you don't have to embed UI components to automate submissions, quotes, and binds.

Question ordering, visibility logic, and answer mappings are resolved per carrier enrollment so applications submit cleanly. Supergood preserves each carrier's appetite, NAICS mapping, and state eligibility rather than forcing a generic schema.

Yes. Application-state changes, quote-ready signals, DNQ outcomes, and bind confirmations are captured as webhook-style events and delivered to your systems for real-time reconciliation.

Yes. The normalized surface spans the full workflow—creating and submitting applications, retrieving carrier quotes, and posting bind requests that return policy and confirmation details.

Ready to get a real API?