create_scenario_playbook
Build training scenario playbooks with learning objectives and step-by-step instructions for cyber range exercises in Ludus environments.
Instructions
Create a scenario playbook for training.
Args: scenario_key: Scenario identifier title: Playbook title description: Playbook description objectives: Learning objectives steps: List of playbook steps with instructions user_id: Optional user ID (admin only)
Returns: Created playbook information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_key | Yes | ||
| title | Yes | ||
| description | Yes | ||
| objectives | Yes | ||
| steps | Yes | ||
| user_id | No |