Micro Forms by Bond
FeaturesHow It WorksIntegrations
Sign InStart Intake
Session-based · Real-time autosave · API-driven

Intake forms that
actually get completed

Micro Forms by Bond delivers secure, multi-step intake forms with real-time draft saving, resume links, and webhook-powered integrations — built for insurance agencies.

Start Intake Form Agency Sign In

15min

Session window

99.9%

Uptime SLA

0

Data loss

Everything you need

From secure session links to webhook delivery — the full stack for modern insurance intake.

Secure Session Links

Every form starts with a unique, time-limited session token. No accounts required for applicants.

Real-time Autosave

Progress is saved as the applicant types — every field update persists so nothing is ever lost.

Multi-step Architecture

Complex intake flows broken into focused steps with back/forward navigation and progress indicators.

Resume by Email

Abandoned sessions can be resumed via a magic link emailed directly to the applicant.

Webhook Events

Get notified in real-time when sessions start, fields update, or submissions complete.

DOT & VIN Lookup

Auto-populate company and vehicle details from DOT number or VIN to speed up completion.

API Access

Programmatically create form sessions, embed forms, and retrieve submissions via REST API.

Analytics & Logs

Full audit trail of all activity — form starts, field saves, submissions, and agent actions.

Team Management

Invite agents and admins, assign submissions, and manage permissions per role.

How It Works

Four simple steps from intake to submission.

1

Initialize Form

Your agency or API creates a session and generates a unique, secure form link.

2

Customer Fills

Applicant completes multi-step form with DOT/VIN lookups and address autocomplete.

3

Data Saved Live

Every field is saved in real time. Sessions persist even if the browser is closed.

4

Submission Delivered

Completed submissions are instantly available in your dashboard and via webhook.

API + Webhooks

Integrate with
your existing stack

Use our REST API to create form sessions programmatically, embed forms in your website, and receive real-time webhook events for every step of the submission lifecycle.

  • REST API with API key authentication
  • Webhook events for all form lifecycle stages
  • Embeddable web component (<bond-form>)
  • HMAC-SHA256 signed webhook payloads
  • Retry logic with exponential backoff
POST /api/v1/external/sessions
// Create a form session via API
const res = await fetch('https://api.bond.com/api/v1/external/sessions', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'bond_live_...'
  },
  body: JSON.stringify({ dotNumber: '1234567' })
});

const { url, expiresAt } = await res.json();
// → { url: "https://forms.bond.com/intake-form?session=...",
//     expiresAt: "2025-01-01T12:15:00.000Z" }

// Redirect applicant to the form URL
window.location.href = url;

Built for agencies, not individuals

Multi-tenant architecture means every agency gets their own isolated data, custom branding, and team management.

Isolated Data

Every organization has fully isolated submissions, members, and settings — no data leakage.

Custom Branding

Set your agency logo and brand color. Applicants see your brand, not ours.

Role-based Access

Owner, Admin, and Agent roles with granular permission control per user.

Ready to get started?

Create your account and start collecting structured intake data in minutes.

Register your agency Try the intake form
Micro Formsby Bond
Sign InRegisterContact

© 2026 Bond Insurance Platform. All rights reserved.