API Keys
Add API keys for adapters that require external service credentials (e.g., FIRMS).
{{ error }}
{% endif %} {% if success %}{{ success }}
{% endif %} {% if keys %}Existing Keys
| Alias | Created |
|---|---|
| {{ key.alias }} | {{ key.created_at.strftime('%Y-%m-%d %H:%M') if key.created_at else '(never)' }} |
No API keys configured yet.
{% endif %}