Decision Record material
Quote Approval Packet
Ready to run
Submit a quote to see application_verdict, action, matched rule, runtime binding, rulebook_attestation material, and the returned quote_approval_gate_packet with packet_hash.
Krafthaus workflow app
A concrete enterprise quote approval surface for software companies: intake the quote facts, run a direct_declarative_rulebook verdict on Decide, store the Decision Record, and hand sales ops the next action before the quote is sent.
Executable demo
This form posts closed quote facts to /api/quote-approval-gate. The server validates the intake,
calls Decide with a pinned direct_declarative_rulebook, and only returns a
quote_approval_gate_packet when the Decision Record material is present.
Decision Record material
Submit a quote to see application_verdict, action, matched rule, runtime binding, rulebook_attestation material, and the returned quote_approval_gate_packet with packet_hash.
Workflow boundary
Enterprise quotes often mix discounts, contract value, nonstandard terms, legal review, security review, margin pressure, and owner approval. The Krafthaus surface makes that repeated workflow explicit before a CRM, CPQ, or sales ops process sends the quote.
Quote ID, account tier, contract value, discount, margin, nonstandard terms, legal review, security review, and approval owner.
Direct declarative Rulebook v1 evaluates the quote facts. It does not run customer executable rulebooks.
Send the quote, route it to the approval owner, or block the send until the missing review or risk condition is resolved.
Pinned rulebook
The first version uses caller-supplied quote facts and a pinned Rulebook v1 hash. The public manifest binds this surface to Decide runtime contracts, replay, conformance, and the application binding material.
Standard quote: discount at or below 25%, margin at or above 20%, no nonstandard terms, and legal plus security review complete.
Large discount, nonstandard terms, missing legal review, or default uncertainty routes the quote to the named approval owner.
Low margin or high contract value without security review blocks quote send until the risk clears.
Application contract
Quote Approval Gate is intentionally not another policy MCP. It is a software-company operating workflow that shows how Krafthaus can install Decide into sales ops, RevOps, or quote-to-cash surfaces.
Application Manifest v1 pins the workflow, intake contract, direct rulebook binding, record fields, action boundary, and handoff.
Rulebook rulebook-v1.schema.jsonThe production core evaluates limited declarative JSON. Customer executable rulebooks are rejected.
Sprint Start from quote approvalUse the proposal template to tailor this workflow to a company's actual quote exceptions and approval policy.
Why this matters
Decision Memos, policy notaries, Solana gates, and Quote Approval Gate are different product surfaces. The shared primitive is a Krafthaus workflow app that applies Decide where a consequential workflow needs a verdict, record, or handoff.