Integration Guide & FAQ
Everything you need to integrate VantaGate into your AI agent.
Quick Start — cURL
curl -X POST https://api.vanta-gate.com/v1/checkpoint \
-H "X-API-KEY: vanta_your_key_here" \
-H "Content-Type: application/json" \
-d '{"title":"Refund Approval","payload":{"amount":500},"options":["Approve Refund","Deny Refund"],"notify_email":"[email protected]"}'Frequently Asked Questions
Integration Flow
Agent→ POST /checkpoint →VantaGate→ Slack / Email →Human Decision→ Webhook / Poll →Agent Continues