ApprovalGate

Human-in-the-loop for AI agents.

Add approval checkpoints to your AI agent workflows. When an agent wants to take a high-stakes action, ApprovalGate pauses and asks a human first.

Features

What's included

01

SDK for Python and TypeScript — 3 lines of code

02

Auto-rules: approve/deny based on conditions

03

Slack integration — approve from your phone

04

Configurable timeouts with auto-approve or auto-deny

05

Full audit trail of every decision

Integration

Add an approval checkpoint

python
from luxkern import ApprovalGate

gate = ApprovalGate(api_key="lxk_live_xxx")
result = gate.request(
    action="deploy:production",
    context={"version": "2.1"},
    timeout_minutes=10
)
if result.approved:
    deploy()

ApprovalGate is included in every paid plan.

Starting at €19/month. All 7 infrastructure tools included. Price locked forever.