challenge
Obtain a fresh proof-of-work challenge for per-call authentication. Returns salt and difficulty; agent must find a nonce satisfying the PoW condition, then call verify.
Instructions
Request a fresh PoW challenge from the PowForge captcha service. Returns {id, salt, difficulty, signature, instructions}. The agent must find a nonce such that SHA-256(salt + nonce) has at least difficulty leading zero bits, then call the verify tool. Free tier — no payment required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||