" style="margin-bottom: 12px;">

scripts

{% if scripts.is_empty() %}

no scripts yet

{% else %} {% for script in scripts %}
{{ script.name }} {% if script.enabled %}enabled{% else %}disabled{% endif %}
{% endfor %} {% endif %}
new script

tools

logs kv store

danger zone

deleting a bot removes all its scripts, logs, and kv data.

{% endblock %}