Decision Gate Docs

Deterministic, replayable gate evaluation with auditable decisions.

Asset Core docs

Decision Gate Provider Contract Builder

Build provider contracts that define provider checks (queryable evidence) with strict-mode comparator rules. This tool never calls the network and never stores data outside your browser session.

What this produces

  • A single provider contract JSON (the file you ship alongside an MCP provider).
  • Strict-mode comparator allow-lists based on the returned value type.
  • Schemas and metadata aligned with the Decision Gate contract.

Validation model

  • Strict mode enforces the comparator compatibility matrix derived from the returned value type.
  • Permissive mode allows unsafe comparators but flags them as warnings.
  • Schema parsing and comparator validation happen locally in the browser.

Builder workspace

The interactive builder loads below. It runs entirely in your browser, never calls the network, and never stores data outside your session.