Skip to main content
Version: 3.3.0

2. Connect to Runnerty Platform

Runnerty Platform offers a platform to manage your runnerty projects, visualize your chains and processes in real time and much more.

1. Access Runnerty Platform and create your project:

2. Get your project's API Key:

Enter the API Key in the configuration file of your runnerty project (config.json)
{
"general": {
"runnerty.io": {
"apikey": "YOUR_APIKEY_HERE!"
}
}
}

3. Enjoy Runnerty Platform

In the next start of your project you will be able to visualize and control your processes and chains from Runnerty Platform.

🎉🎉 Congratulations, you are know connected to Runnerty Platform!

You can now visualize your executions

And your chains definitions

Runnerty.io Parameters

ParameterDefaultDescription
disablefalsedisable Runnerty Platform connection
hostws-telemetry.runnerty.ioRunnerty Platform enpoint
healthCheckertrueenables health signal communication
remoteControltrueenable remote control from Runnerty platform
debugfalseenables the debug mode of the communication module (for development only)

Chain configuration

You can also apply specific settings for a chain
{
"id": "CHAIN_SAMPLE",
"name": "CHAIN SAMPLE",
"runnerty.io": {
"remoteControl": false,
"sync": {
"events": true,
"chain": false
}
}
}
ParameterDefaultDescription
remoteControltrueenable remote control from Runnerty platform
sync/eventstrueenable the sending of information about events at runtime to allow its query from the platform
sync/chaintrueenable the sending the source code of your chain to allow its query from the platform