AgentSignupChallenge
Returned from GET /api/agents/signup/challenge. Carries the input data the caller computes the proof of work over, plus an opaque ID identifying this challenge for the subsequent POST /api/agents/signup call.
Properties
challengeIDstring requiredAn ID identifying this challenge. Pass back to POST /api/agents/signup as challengeID.challengeDatastring requiredInput data for the proof-of-work computation. Compute the proof over this and submit the result to POST /api/agents/signup as challengeResult.
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.