Flow
- Bolto creates the employer group and syncs census from Check.
- Bolto mints an embed session server-side.
- Bolto renders the returned iframe URL in its marketplace UI.
- The employer reviews the roster, excludes employees if needed, previews a preliminary estimate, and clicks Finalize in Prescience.
- Prescience provisions hosted employer onboarding and emails employees for missing demographics and dependents.
- Bolto continues daily reconciliation with
GET /membersandGET /account.
Mint an embed session
Response (201)
url in an iframe. Sessions expire after 30 minutes.
Embed token API
All embed endpoints accept the session token via:Excluding employees
The iframe lets employers deselect employees from the quoting census without deleting them from Bolto’s source data. Persist this with:Finalize handoff
POST /finalize creates the quote (if needed), enrolls the group with
onboardingMode: "hosted", and returns:
redirectUrl so the employer can
complete onboarding in Prescience. Prescience then emails employees directly to
collect spouse and dependent details.
Framing configuration
Embed pages send a CSPframe-ancestors directive for Bolto origins. Override
allowed ancestors with:
embedAllowedOrigins from internal.getprescience.com → Partners.
Internal admin setup
Prescience ops uses the Partners tab in the internal admin portal to:- Create the Bolto partner (
slug: bolto) - Configure iframe embed origins for Bolto staging and production hosts
- Enable production keys when go-live is approved
- Invite Bolto engineers by email to the Partner API key portal
psk_test_...) and production (psk_live_...) keys.
They cannot access other internal operations screens.