Scripting Overview
Where scripts run in QUBIQ — pipeline Python, Gateway scripts, client JavaScript — and which to choose.
System API Reference
Complete reference for the QUBIQ scripting API — system.tag, system.db, system.hist, system.vars, system.files, system.message and system.script, with worked examples in Python and JavaScript.
Context API Reference
Complete reference for context.* in browser scripts — the view and its components, live tags, the operator's session, client variables, component messaging, panels, toasts and popovers, with worked examples.
Python in Pipelines
Writing Python transformations inside a pipeline — the transform contract, batch processing, error handling and performance.
Gateway Scripts
Server-side Python entry points callable from screens and pipelines — the @gateway decorator, default-deny exports and idempotency.
Client Scripts
JavaScript that runs in the operator's browser — screen logic, validation, component messaging and when to hand off to the gateway.
The Script Sandbox
What the Python sandbox provides, how administrators install extra packages, and the capability scopes that gate the system API.