create_architecture
Create or update Roblox folders, scripts, remotes, attributes, tags, and properties idempotently, retaining rollback markers for safe transactional changes.
Instructions
Idempotently creates or updates folders, scripts, remotes, attributes, tags, and scalar/typed properties; created instances retain a transaction marker for safe rollback identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | ||
| dry_run | No | Perform a non-mutating preview with unparented class/property validation. | |
| idempotency_key | No | Required for live mutation; caller-stable key preventing duplicate application. | |
| create_missing_folders | No | Create absent intermediate folders. |