Steadily Draft Quote API
A Draft Quote is an editable draft of a policy. Create a new draft quote by passing in basic insured and property information to `POST /v1/agency/draft_quote` with an authenticated bearer token header. Provide any known details about the property in the request - Steadily will resolve the rest of the information from our data sources. Our requests and responses are designed to mirror each other so that the request structure is self-documenting. To perform updates, send back the full quote payload you got from create with any modifications made in-place. Use the `/price` endpoint to get a pricing breakdown and `/underwrite` to check for underwriting decisions and alerts. The response includes an `agent_ui_url` field — this is the URL used to bridge the agent into the Steadily UI to review the quote, resolve any underwriting alerts, and complete the bind flow.