{% extends "base.html" %} {% block title %}Setup — Verifii{% endblock %} {% block content %}

Set up Verifiably

{% if cfg %}

Update your configuration below. Leave an API key field blank to keep its current value.

{% else %}

A few details to get started. This is saved to ~/.verifiably/config.json on this machine and is never sent to Verifii — your LLM API key is used only to call your chosen provider directly (BYOK).

{% endif %}
{% if cfg_error %}

Your existing configuration could not be loaded ({{ cfg_error }}). Fill in the form below to write a fresh one.

{% endif %} {% if error %}

{{ error }}

{% endif %}

Don't have one? Request a free trial key.

Bring your own key (BYOK) — sent only to your chosen LLM provider, never to Verifii.

Advanced — semantic search (optional)

Enables semantic search in "Query your findings". Optional — keyword search is used if omitted.

A public GitHub URL or a local folder path. Leave blank to just save these settings — you can add a project from the project list afterwards.

{% endblock %}