Verify that agent actions actually completed
Every plan includes preflight validation, policy enforcement, execution tracking, and outcome verification.
Outcome verification
Confirm the real-world result, not the response code
Preflight validation
Catch schema errors before they reach production
Policy controls
Block, require, escalate on risk — per contract
Run evidence
Per-action audit trail with explicit states
Free
Verify your first agent actions. No credit card required.
500 verified actions/month
- 500 verified actions/month
- 3 action contracts
- 1 integration
- Preflight schema validation
- Policy enforcement (require, block, allow)
- False completion detection
- MCP server access
Pro
For teams running agents against production APIs.
25,000 verified actions/month
- 25,000 verified actions/month
- Unlimited action contracts
- All integration types (Stripe, Salesforce, Zendesk, SendGrid)
- Human approval escalation policy
- Risk threshold policy rules
- Drift event recording
- 3 projects
- MCP server access
How verification works
A complete 4-phase action lifecycle. Every phase produces explicit machine-readable state — no ambiguous outcomes.
Preflight
Validate input against the action contract schema. Evaluate all applicable policies. Get an explicit approve, block, or escalate decision.
Policy check
Require fields, block on conditions, enforce risk thresholds, trigger human approval. All decisions logged with machine-readable reason codes.
Execution report
After executing the real-world action, report the result. Distinguish: executing, accepted, completed, failed, unknown. Accepted is not completed.
Verification
Verify the outcome against the real external system. Detect false completions where agents claim success but nothing happened.
Included on every plan: false completion detection
When an agent reports success but the external system has no record of the action, DriftGentic sets final_outcome: false_complete and creates a drift event. The agent receives an explicit warning not to proceed.
MCP server included on all plans
Connect any MCP-compatible agent framework. All 8 safety tools available automatically via JSON-RPC 2.0.
preflight_validate_actionexecute_with_guardrailsreport_execution_resultverify_action_outcomeget_run_statusget_action_policyfetch_contractcheck_tool_healthGET$SUPABASE_URL/functions/v1/mcp-serverAuthorization:Bearer $API_KEY