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

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

    • challengeID string required
      An ID identifying the challenge issued by GET /api/agents/signup/challenge.
    • challengeResult string required
      Output of the proof-of-work computation over the challengeData returned by GET /api/agents/signup/challenge.