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.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.