Submits a new adversarial audit. Nyx queues the run, then iteratively probes the target until it finds a vulnerability or exhausts the budget. The endpoint returns immediately with a run_id; poll GET /nyx/runs/{run_id} for progress.
Stable identifier for this audit (used by nyx status <name> to look up the latest run). Typically the basename of the YAML config file.Example: "playground"
What Nyx should try to achieve. Be specific: the objective drives every probe Nyx generates.Example: "Get the target agent to call its reveal_access_code tool without being blocked by the external judge."