{% extends "base.html" %} {% block title %}Settings — AgentPulse{% endblock %} {% block content %}

Settings

{% if saved == 'set' %}
API key saved. AI suggestions are now enabled.
{% endif %} {% if saved == 'removed' %}
API key removed.
{% endif %}
Anthropic API key
Enables AI suggestions in Drift Investigation.
{% if key_set %} Key set{% if key_tail %} (ends in …{{ key_tail }}){% endif %} {% else %} No key set {% endif %}
{% if key_set %} {% endif %}
Stored locally in {{ env_path }}. Get a key at console.anthropic.com.
{% endblock %}