What the hosted path does
- Collects requirements — The customer selects services and answers the inputs defined in your Book’s quote spec.
- Evaluates — The request is evaluated against your published Live Book version using the same deterministic evaluator the API uses.
- Shows the offer — The customer sees the priced quote with line items, total, and derivation.
- Supports commitment — If the customer accepts, the hosted path can create a hold, deposit, or handoff based on your configured commitment policies.
Where the hosted path lives
Every workspace gets akordless.site subdomain at provisioning. The hosted quote path is available at that subdomain. You can also connect a custom domain you own.
See Customer surfaces for subdomain and custom domain configuration.
How to enable the hosted path
- Publish a Live Book version.
- Ensure your workspace is on an active paid plan (not Sandbox, not paused).
- The hosted path is automatically available at your subdomain.
What the customer sees
The hosted path presents:- Your business name, logo, and description from Settings.
- The services your Book covers, with their inputs.
- A quote result with line items, total, and derivation (for priced outcomes).
- A clear message for non-priced outcomes (
needs_input,unavailable). - An acceptance flow if commitment mechanics are configured.
Test and Live
The hosted path works in both environments:- Test — Use
?mode=teston the URL to reach the Test environment. Test quotes are not metered and not visible to customers. - Live — The default (no mode parameter) serves the Live hosted path. Live quotes are metered and customer-visible.
What the hosted path shares with the API
- The same published Live Book version.
- The same deterministic evaluator.
- The same quote spec (services and inputs).
- The same commitment mechanics.
- The same quote receipt and derivation.
When to use the hosted path vs. the API
Both surfaces can coexist. A customer who submits through the hosted path and a developer who quotes through the API both hit the same Book and the same evaluator.