Protect Your Inbox from Rogue AI Agents
An AI email assistant that forgets its instructions can delete your entire inbox in seconds. PreFlight makes sure that never happens - even when the agent ignores you.
What happens without PreFlight
The policy
1. Do not delete any email without an explicit confirmation token from the user.
2. Do not archive any email without an explicit confirmation token from the user.
3. Do not move any email to trash without an explicit confirmation token from the user.
4. No more than 5 emails may be modified in a single session without re-authorization.
5. Do not perform any action on emails older than 7 days without explicit approval.Set it up in minutes
1. Compile the policy
curl -s -N -X POST https://api.icme.io/v1/makeRules \
-H 'Content-Type: application/json' \
-H "X-API-Key: $ICME_API_KEY" \
-d '{
"policy": "1. Do not delete any email without an explicit confirmation token from the user.\n2. Do not archive any email without an explicit confirmation token from the user.\n3. Do not move any email to trash without an explicit confirmation token from the user.\n4. No more than 5 emails may be modified in a single session without re-authorization.\n5. Do not perform any action on emails older than 7 days without explicit approval."
}'2. Check before every relevant action
3. See it work
Why this works when prompts don't
Prompt instruction
PreFlight policy
Adapt it to your needs
PreviousISO 42001 Enforcement: Evidence Your Auditor Will Actually AcceptNextHIPAA Patient Data Sharing
Last updated

