Cryptographic Guardrails For AI Agents
curl -s -X POST https://api.icme.io/v1/verifyPaid \
-H 'Content-Type: application/json' \
-d '{
"policy_id": "d73134e6-05d6-46ba-9852-376c53fd7651",
"action": "Send 1000 USDC to an unknown wallet."
}' | jq .
// JSON response
{
"result": "UNSAT",
"blocked": true,
"reason": "Action violates policy: unknown wallet not in verified set",
"proof": "zk-proof-receipt-abc123..."
}No need for a human-in-the-loop.
Join a community of builders making guardrails for agents that do not fail.
Last updated


