{% extends "base.html" %} {% block title %}API Keys — Stratum{% endblock %} {% block content %}
Long-lived keys for CI/CD pipelines and integrations.
| Label | ID | Created | Last Used | |
|---|---|---|---|---|
| {{ key.label }} | {{ key.id }} | {{ key.created_at[:10] if key.created_at else '—' }} | {{ key.last_used[:10] if key.last_used else 'Never' }} |
Generate a key to authenticate pipeline scans and integrations.