{% extends "base.html" %} {% block title %}Settings - Counterscarp Engine{% endblock %} {% block content %}

Settings

Configure API keys and integrations for Counterscarp Engine.

🔒 License Configuration

Activate your Developer, Pro, Team, or Enterprise license to unlock premium features.

{% if license_key_set %}✓{% else %}✗{% endif %} {% if license_key_set %} {{ license_tier.capitalize() }} License Active {% else %} Community (Free) {% endif %} {% if license_key_set %} {{ license_masked_key }} {% endif %}
{% if license_key_set %}

Unlocked Features:

    {% for feature in license_features %}
  • {{ feature }}
  • {% endfor %}
{% endif %}
{% if license_key_set %} {% endif %}
{% if license_tier == 'pro' or license_tier == 'enterprise' or license_tier == 'developer' or license_tier == 'team' %}

🤖 AI Copilot Configuration

The AI Audit Copilot uses OpenAI to provide intelligent vulnerability analysis and remediation suggestions. Enter your OpenAI API key below to enable AI-powered insights during audits.

{% if has_key %}✓{% else %}✗{% endif %} {% if has_key %}API key is configured{% else %}No API key configured{% endif %} {% if has_key %} {{ masked_key }} {% endif %}
🔒 Your API key is stored locally on this server and never shared. LLM costs are billed directly to your OpenAI account. Counterscarp Engine does not proxy or pay for your API usage. If you set OPENAI_API_KEY as a system environment variable (e.g. via systemd), it takes priority over the key saved here.
{% else %}
🔒

AI Copilot Configuration PRO

Configure your OpenAI API key to enable AI-powered vulnerability analysis and remediation suggestions.

Upgrade to Pro
{% endif %}
API key saved successfully
{% endblock %}