Start intake sessions
Open a fill session for an insured with a name, state, and lines of business. Bindly builds the right application and supplements around it.
The Bindly workspace API gives your agency programmatic access to Bindly. Start an intake session for an insured, track it as the application gets filled, and submit the finished packet to Hedge, all from your own tools. Anything your team does by hand in Bindly, a script or an assistant can do through the API.
Start intake sessions
Open a fill session for an insured with a name, state, and lines of business. Bindly builds the right application and supplements around it.
Track intake progress
List your workspace’s sessions and read the detail of any one, including how far along the intake is and what is still outstanding.
Submit to Hedge
Hand a finished session to Hedge on your workspace’s connected account. Bindly forwards the filled forms and returns the Hedge submission id.
Work from AI tools
Connect an MCP-capable assistant to fill intake, extract from PDFs, summarize risk, and submit, using natural language.
Pick the surface that fits how you work. They share one API and one workspace identity.
All REST endpoints live under a single host, at the /org prefix:
https://engine.bindly.insureEvery request is authenticated, either with a workspace API key (bsk_...) or a
short-lived OAuth 2.1 bearer token, and all data is scoped to the workspace the
credential belongs to. See Authentication for both options.