Semantic Policy Enforcement with OPA for AI Agents
· 12 min read

An AI agent sends this request:
POST /v1/customers/1287/refunds
Authorization: Bearer eyJ...
Content-Type: application/json
{
"amount": 1200,
"reason": "Customer reported duplicate charge"
}
