Your AI agent acts without asking.
Make it ask first.
One API call. Your agent checks before it acts. You approve or deny.
AI
Your Agent
wants to send an email
"Reply to client confirming the meeting..."
How it works
1
Create rules
Define what's auto-allowed, what's blocked, what needs approval.
2
Add one API call
Agent checks before acting. Takes 30 seconds to add.
3
Stay in control
Full audit log. Approve from anywhere. Revoke anytime.
curl -X POST https://consentgate.fyi/api/v1/check-action \
-H "Authorization: Bearer cg_xxx" \
-d '{"action": "send_email", "category": "email"}'{ "allowed": true, "decision": "allow" }