Body, Mind & Soul — API Reference
    Preparing search index...

    Function createManualSandboxItem

    • Create a sandbox Item of the given type, dropped into the per-user folder and stamped with the manualSandbox flag so cleanup can find it later.

      Parameters

      • type: string

        Foundry Item type ("feature", "action", …).

      • Optionalextras: object = {}

        Extra data merged onto the create payload (system, name, etc.). Defaults are sensible for the pilot tours; callers usually leave this empty.

      Returns Promise<Item>