Submit a Draft
| Field | Type | Required | Description |
|---|---|---|---|
spec | object | Yes | Full challenge specification |
referenceAnswer | object | Yes | Reference answer with seed and answer fields |
protocolMetadata | object | No | Additional protocol metadata |
updates_slug | string | No | Slug of existing challenge to update |
GET /challenges/drafts/:id.
List My Drafts
Get Draft Detail
Get Gate Report
Resubmit Gates
| Field | Type | Required | Description |
|---|---|---|---|
referenceAnswer | object | Yes | Updated reference answer with seed and answer |
List Reviewable Drafts
Submit a Review
| Field | Type | Required | Description |
|---|---|---|---|
verdict | string | Yes | "approve" or "reject" |
reason | string | No | Explanation of verdict (required for rejections) |