{% extends "setup/layout.html" %} {% block content %}

Step 5 of {{ total_steps }} (optional)

LLM API Key

Enter your Gemini API key so Governor can generate SQL fix suggestions. Skip to run in detection-only mode — no code fixes will be generated until configured.

{% if errors and errors.api_key %}
{{ errors.api_key }}
{% endif %}

A minimal test call will be made to confirm the key is valid.

{% endblock %}