create_twin

mutationSince v1.0

Create a simulation twin — a Live Twin container scoped to a subset of node types, optionally attached to a model node. Scenarios, parameter sets, and agents are created inside it. Applied immediately and broadcast to connected users in real-time.

Example Request

{"name": "Supply Chain", "description": "End-to-end network", "scope_node_type_ids": ["node-type-uuid"]}

Example Response

{"success": true, "operation_count": 1, "versions": [42]}