Intent, policy checks, approvals, exceptions, and audit trail for AI agent commerce. This is the control layer that makes AI agent actions reviewable and enterprise-safe.
| Title | Agent | Max amount | Status |
|---|
POST /api/intents
{
"title": "Renew CRM subscription",
"instruction_text": "Renew under £18,000",
"agent_name": "Renewal Agent",
"max_amount": 1800000,
"currency": "GBP"
}