create_system
Create a system container for grouping threat models, enabling portfolio-level risk and compliance reporting. After creation, attach models via add_model_to_system.
Instructions
Create a new system container in the current workspace. Mutating: returns the created system with its new ID.
A system is a named grouping of threat models for portfolio-level risk and compliance reporting. After creating one, add threat models with add_model_to_system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | System name (e.g. "Mobile Banking Platform"). | |
| description | No | Optional description. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||