request_challenge
Request a proof-of-work challenge for agent registration. Solve the cryptographic puzzle by finding a nonce that meets the difficulty requirement.
Instructions
Request a proof-of-work challenge for agent registration.
Returns a challenge with an ID, prefix, difficulty, and expiration. Solve it by finding a nonce where SHA-256(prefix + nonce) has the required number of leading zero bits, then pass the result to register_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||