The Proxy
Scripts are very powerful so to avoid certain issues, they are only allowed to access specific functionality of Ragebot.
This functionality is surfaced by the Proxy object.
The proxy acts as an intermediary between your script and the Ragebot runtime surfacing specific tasks as easy to use functions.
To use, simply type Proxy. and the commands will display as shown above.
The Proxy will be extended as requests for access are received and evaluated.