Krafthaus Sign in

Krafthaus workflow app

Quote Approval Gate

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

Run a quote through the gate.

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.

Runtime: direct_declarative_rulebook

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.

Workflow boundary

Before a quote leaves sales.

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.

Inputs

Closed quote intake

Quote ID, account tier, contract value, discount, margin, nonstandard terms, legal review, security review, and approval owner.

Verdict

Rulebook v1 decision

Direct declarative Rulebook v1 evaluates the quote facts. It does not run customer executable rulebooks.

Handoff

Sales ops next action

Send the quote, route it to the approval owner, or block the send until the missing review or risk condition is resolved.

Pinned rulebook

Direct declarative binding, not a prompt.

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.

01APPROVE_QUOTE

Standard quote: discount at or below 25%, margin at or above 20%, no nonstandard terms, and legal plus security review complete.

02ROUTE_REVIEW

Large discount, nonstandard terms, missing legal review, or default uncertainty routes the quote to the named approval owner.

03BLOCK_QUOTE

Low margin or high contract value without security review blocks quote send until the risk clears.

Application contract

A registered Krafthaus app surface.

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.

Why this matters

This is the broader Krafthaus category.

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.