Import a test plan
import_planCreate a whole app from a markdown test plan, in one call. This is how to add a real runbook — a plan runs to hundreds of checks and add_check one at a time is not the way. Sections come from the '##' headings, checks from the table rows beneath them, and the platform columns from the check table's header. Pass the file's contents as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Who is importing it. | |
| name | Yes | App name to create, e.g. 'Errbud'. | |
| markdown | Yes | The whole markdown document. Each section is a '##' heading with one table under it; the first column of every check row is a reference like AUTH-01; trailing columns are the platforms, and a cell reading N/A marks that platform not applicable. |