{% extends "_base.html" %} {% block title %}Connect Mealie · Cauldron{% endblock %} {% block content %}
// bind

bind your mealie

cauldron acts on mealie under your own identity. one-time, ~30 seconds.

token mint

  1. open mealie → api tokens
  2. click new api token, name it cauldron, integration generic
  3. copy the long token string
  4. paste below and bind
{% if error %}

{{ error }}

{% endif %}

Cancel

stored encrypted at rest with a fernet key that lives only in cauldron's env. revoke anytime in mealie's ui — cauldron will detect and re-prompt.

{% endblock %}