Tribot Development
Script Development
To start developing scripts for Tribot, you'll need to be a premium or ultimate subscriber. Make sure you have purchased a subscription to run your local scripts.
Guides:
Projects:
- Tribot Community Automations – A collection of community developed scripts, plugins, and libraries for Tribot. Always looking for new contributions!
Tribot's APIs
Tribot has two primary supported APIs, the Automation SDK (newer) and the Script SDK.
Automation SDK
Tribot's newest Echo-first API developed in 2026. This API is non-static and designed to be lower level and more powerful than the Script SDK. It includes the entire Runelite API and all the core functionality that Tribot guarantees support for.
The automation SDK also includes resources for creating Tribot Plugins and launcher websocket automation to control your entire bot farm!
Script SDK
Also available is the older Script SDK, which is a static API designed for ease of use. Most premium scripts utilize this API.
While this api is kept mostly stable, it's no longer in active development. Since this library doesn't ship with sources/docs, we host javadocs here.