{% extends "base.html" %} {% block title %}Create API Key - SEREACT Web Client{% endblock %} {% block content %}
Create API Key
A descriptive name for this API key
Optional description of the key's purpose or usage
Leave empty to use your current team. Admin users can select any team.
Leave empty to create the key for yourself. Admin users can create keys for other users.
Back to API Keys
Important Information
Security
  • API keys provide full access to your account
  • The key value will only be shown once
  • Store the key securely and never share it
  • Revoke keys that are no longer needed
Expiration
  • API keys have automatic expiration dates
  • You'll need to create new keys when they expire
  • Monitor key usage and expiration dates
  • Inactive keys are automatically disabled
{% endblock %}