Propose an action.
See whether it should execute.
InterAI evaluates the proposed action before execution. This lab never sends the email, moves the money, deletes the record, or performs the external side effect.
agent proposes → InterAI evaluates → ALLOW / REVIEW_REQUIRED / BLOCK → execution layer routes
1. Choose a proposed action
2. Pick access mode
Free safe demo evaluates only the fixed read-only sandbox fixture. For custom scenarios, paste your own InterAI API key; it stays in this page's memory and is sent only to /verify.
Nothing has executed.
3. Authority decision
No decision yet. Change the scenario and evaluate it.
What this proves
A verification API is not an execution boundary by itself. Your framework, orchestrator, wallet, workflow engine, or tool runner must make execution conditional on the returned authority decision.
The hosted authenticated path can also apply account policy outside the request body: HOST → ACCOUNT → CALLER → EFFECTIVE.