Action preflight · 1 Nexus credit
Check the action before the action happens.
Circuit inspects a proposed command, API action or tool-call payload for deterministic operational-risk patterns such as recursive deletion, destructive infrastructure commands, forced Git history changes, privileged execution and other actions that deserve an explicit guard.
Preflight.
curl -X POST https://humanmirror.fr/api/circuit/preflight \
-H "Authorization: Bearer hm_nexus_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"input":"terraform destroy"}'Circuit is a warning layer. It never grants authorization and should not replace permissions, sandboxing, approvals or backups.