AgentSignupRequest
POST /api/agents/signup request body. Both fields come from the prior call to GET /api/agents/signup/challenge (which returned the challengeID and challengeData); the caller computes the proof of work over the challengeData and submits the result here.
Properties
challengeIDstring requiredAn ID identifying the challenge issued by GET /api/agents/signup/challenge.challengeResultstring requiredOutput of the proof-of-work computation over the challengeData returned by GET /api/agents/signup/challenge.