Verify QuokkaPix agent unlock token
verify_unlock_tokenPreflight-check or consume a QuokkaPix paid agent unlock token before processing. Optionally specify scope, price, currency.
Instructions
Verify a QuokkaPix paid agent unlock token before processing. Use consume=false for safe preflight checks. Use consume=true only immediately before a paid batch/scenario run above the free limit when you intentionally want to consume the unlock. If scope, price or currency are omitted, the tool reads live payment options first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Run mode to verify against the unlock token. | |
| files | No | Number of files intended for the paid run. | |
| price | No | Expected price string. Defaults to live payment options. | |
| scope | No | Expected QuokkaPix scope. Defaults to live payment options. | |
| token | Yes | Unlock token returned by the paid x402 unlock endpoint. | |
| baseUrl | No | Optional QuokkaPix site base URL. Defaults to https://quokkapix.com. | |
| consume | No | False for preflight verification. True consumes the unlock and should be used only at run start. | |
| currency | No | Expected currency. Defaults to live payment options. |