Ki Insurance · Arazzo Workflow
Ki — quote a risk and run the follow algorithm
Version 1.0.0
Create a quote on Ki's partner-gated broker platform, attach the schedule of values, geocode it, run Ki's algorithmic pricing and retrieve the priced quote document. Every operationId below exists verbatim in the referenced OpenAPI, which is an API Evangelist derivation from Ki's published client bundle. Running this workflow requires partner Auth0 credentials — Ki has no sandbox and no self-serve signup, so no example inputs are seeded.
View Spec
View on GitHub
InsuranceUnited KingdomLloyd's of LondonSpecialty InsuranceProperty and CasualtyUnderwritingInsurtechBrokersAlgorithmic UnderwritingReinsuranceArazzoWorkflows
Provider
Workflows
quote-and-price
Create, complete, price and download a Ki follow quote.
Ki writes follow-only capacity, so the workflow starts by confirming the class of business and its nominated lead before a quote is created. Pricing is asynchronous with no webhook — step 8 is a polling step.
1
2
3
checkNominatedLead
Confirm Ki follows a nominated lead on this class of business.
4
listRiskCodes
Retrieve Lloyd's risk codes for the class of business and inception date.
5
6
uploadScheduleOfValues
Attach the schedule of values (multipart; skip for lines with no SOV).
7
8
pollForPrice
Poll quote detail until the price lands. Ki's own client polls every 5 seconds for up to 90 seconds (GET_PRICING_INTERVAL / GET_PRICING_TIMEOUT). There is no webhook.
9
Source API Descriptions
openapi
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.