Run intake end to end
Open a fill session for an insured, answer questions in free-form text, or pre-fill from a prior ACORD, dec page, or application PDF.
The Bindly workspace API gives your agency programmatic access to Bindly. Start an intake session for an insured, answer the intake conversationally or extract it from PDFs you already have, fill and download the ACORD forms, review the risk flags, 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.
Run intake end to end
Open a fill session for an insured, answer questions in free-form text, or pre-fill from a prior ACORD, dec page, or application PDF.
Fill and download forms
Generate the filled ACORD application PDFs from the collected answers and download each one, ready to review or send.
Review risk, then submit
Read the underwriter-facing risk flags, then hand the finished session to Hedge on your workspace’s connected account and get the submission id back.
Work from AI tools
Connect an MCP-capable assistant to run the same lifecycle in natural language. The REST API, CLI, and MCP connector have full parity.
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.