First-class TypeScriptEvery script API ships with hand-written .d.ts. Autocomplete and JSDoc examples in your IDE on day one.
Scriptable surfaceSubscribe to clipboard events, register menu commands, mount panels — all from a single global, globalNativeApi.
SandboxedScripts run in an isolated context with a typed bridge to the host. No internal modules are reachable.