L
Lumyn

Turn Gated AI Actions Into Replayable Evidence

Lumyn is a deterministic decision gateway for production AI. Every gated action emits a durable Decision Record with a verdict and stable reason codes, so you can audit and replay.

pip install lumyn && lumyn demo --story

2 Minutes to Your First Decision Record

quickstart.sh
pip install lumyn
lumyn demo --story

# Make a decision (CLI) and record it
lumyn decide --request examples/requests/decision_request.v1.json

# Fetch a Decision Record (API) and replay it
lumyn replay --pack workspace/packs/<decision_id>.json

Why Lumyn?

Without LumynWith Lumyn
Can you prove why it happened?Screenshots + logsDurable Decision Record
Can you replay a gate?Not reliablyYes (deterministic)
Do decisions drift silently?OftenReason codes + digests
Incident resolutionHours of guessworkMinutes with replay

Ready to stop guessing?

From pip install to replayable decisions in minutes.

Read the Quickstart Guide