Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentSignupChallenge

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

    • challengeID string required
      An ID identifying this challenge. Pass back to POST /api/agents/signup as challengeID.
    • challengeData string required
      Input data for the proof-of-work computation. Compute the proof over this and submit the result to POST /api/agents/signup as challengeResult.