{% extends "base.html" %} {% block title %}Integrations // Synapse-Cortex{% endblock %} {% block header %}Admin // Integrations{% endblock %} {% block content %}
NetscanXi Integration

Generate a key here, then paste the API URL and key into NetscanXi's own Synapse Cortex integration panel. The same key covers two things:

This is the base address of this Cortex instance — NetscanXi appends its own ingest path automatically. Don't add a path to it.
Shown once at generation. It can't be retrieved later — only revoked and reissued.
{% if last_used_at %}
Last used: {{ last_used_at.strftime('%Y-%m-%d %H:%M:%S') }}
{% endif %}
{% if key_set %} {% endif %}
{% endblock %}