create_challenge
Add a challenge to an event with title, category, points, tags, and markdown description. Supports manual entry, mockups, or archiving self-made challenges.
Instructions
Create (write) a new challenge in an event — for manual entry, mockups, or archiving self-made challenges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| event | Yes | Event UUID or slug | |
| title | Yes | ||
| points | No | ||
| category | Yes | ||
| external_id | No | ID on the source platform, e.g. CTFd challenge id | |
| connection_info | No | e.g. nc host 1337 or URL | |
| description_markdown | No | Challenge description (markdown) |