policy_check
Dry-run the policy against a purchase before committing: pass listing_id to check a specific listing, or amount_usdc (with optional kind) to check a hypothetical spend. Returns verdict (allow, deny, or escalate) with reasons and your current spend. No receipt or approval is created. Plan with this to avoid denials at payment time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Kind for the hypothetical check. | |
| listing_id | No | Listing to check (dataset id, provider slug, or product id). | |
| amount_usdc | No | Hypothetical spend to check when no listing_id is given. |