{% extends "base.html" %} {% block title %}API Key - LSMC Atlas{% endblock %} {% block content %}

Important: Save this API key now!

This is the only time you will see this API key. Store it securely.

{{ 'New' if action == 'created' else 'Rotated' }} API Key

Client Name

{{ client.client_name }}

API Key

Use this key in the X-API-Key header when making requests.

Example Usage

curl -H "X-API-Key: {{ api_key }}" \
     https://hub.lsmc.bio/api/integrations/dewey/v1/storage-targets/resolve

Security Best Practices

{% endblock %}