Decision Gate Docs

Deterministic, replayable gate evaluation with auditable decisions.

Asset Core docs

Decision Gate Documentation

Decision Gate evaluates evidence-backed gates, emits auditable decisions, and exports runpacks for offline verification. It is deterministic by design and integrates via MCP without embedding into agent frameworks.

Start Here

Documentation Structure

  • Getting Started - quickstart, first run, and MCP basics
  • Concepts - scenarios, gates, conditions, and runpacks
  • Architecture - system boundaries, trust anchors, and runpack flow
  • Guides - integration patterns, provider development, condition authoring, provider protocol, and RET logic
  • Configuration - decision-gate.toml reference
  • Security - trust policy and threat model
  • Integrations - AssetCore pairing and deployment boundaries
  • Reference - glossary, tooling, providers, schemas, and examples

Provider Schema Guide (LLM-Ready)

Need a single file for LLM-assisted provider schema authoring? Use the guide below, then import the resulting JSON into the builder.

Open Source

Decision Gate is fully open source under Apache 2.0. Browse the repo, inspect the contract artifacts, or open an issue if something looks off. We do not accept pull requests at this time.

GitHub: Arcamped

Looking for Asset Core-

Asset Core is the deterministic world-state engine that pairs with Decision Gate when you need authoritative state, replayable history, and transactional integrity.

Asset Core documentation