{% extends "onboarding/_base.html" %} {% block title %}Credentials — Onboarding{% endblock %} {% block content %}

{% if needs_api_key %}API key{% else %}Credentials{% endif %}

{% if needs_api_key %}

Paste your {{ provider_name }} API key. It is stored only in your local config.yaml.

{% if provider_name == "anthropic" %}
Paid transport: calls are billed per token against your Anthropic API key and counted toward scoring.daily_budget_usd. For $0 usage, install the claude CLI and log in with a Claude.ai subscription instead.
{% endif %}
{% else %}

No credentials needed for {{ provider_name }} - it uses your existing subscription / local install.

{% endif %} {% endblock %}