create_agent
mutationSince v1.0Create an agent instance in a scenario. node_type_id (the agent's type) is required and defines its property and behavior schema. Baseline properties may be keyed by name or ID and target the given (or twin-default) parameter set. Applied immediately and broadcast to connected users in real-time.
Example Request
{"scenario_id": "scenario-uuid", "node_type_id": "nt-uuid", "label": "Factory A", "properties": {"capacity": "100"}}Example Response
{"success": true, "operation_count": 1, "versions": [44]}