Gate Lite Demo

The Email Send Gate

An AI agent has intent, but intent is not permission. Walk the loop: request → policy → approval → scoped grant → action → receipt → expiry. No real email is sent.

01 · Agent intent

An AI agent is ready to send an email.

{
  "actor": "agent:v1ra",
  "action": "send_email",
  "target": "customer@example.com",
  "reason": "send approved outage update",
  "riskLevel": "medium"
}

Normally, it either has the key or it does not. ARBITER Gate adds the missing layer: scoped permission.