agent_clearance
Safety preflight before an agent runs a DESTRUCTIVE, costly or IRREVERSIBLE action (delete, deploy, transfer funds, publish, overwrite): risk assessment + reversibility check + timing + CLEAR/LIMIT/REVIEW/BLOCK verdict + a cryptographically SIGNED ClearancePacket (decision, approved amount, policy version, evidence hash, expiry, rationale) the agent keeps as proof of authorization. Agent action guardrail / clearance / human-in-the-loop gate; stops a mistake costlier than the call price. Price: $0.25 per call (x402 payment, USDC on Base mainnet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action about to run, e.g. 'delete the production users table' | |
| target | No | Optional target (table, address, repo, recipient) | |
| context | No | Optional extra context (environment, prior approval) | |
| amount_usd | No | Monetary stake in USD if applicable, e.g. 250 | |
| reversible | No | Optional caller hint: is the action reversible? | |
| action_type | No | Optional: delete|deploy|send|spend|transfer|publish|email|overwrite|approve|rotate|shutdown|other |