In order to use the Python client and access the API you need a "script token". Click the Key button to copy the token to your clipboard. Access the documentation on how to use this here.
How do I use the token?
Kes can be used via a programmable interface (API).
This is useful for people who want to run calculations or other data transformations on data entered in Kes.
Another use case is that you have your own application and want to create properties in Kes.
For your convenience sake we are providing a Python library that makes using the API simple.
The Python client and API is documented here.