Skip to content

API Keys

Every LLMTR key starts with llmtr-. Create one in Dashboard > API Keys.

FieldValue
Prefix formatllmtr-...
Active key countNo fixed platform limit
Raw value visibilityOnly at creation time
Re-open laterNot supported

Dashboard > API Keys > New key. The dialog shows the raw value once. Copy and store it securely; you cannot retrieve it again.

Authorization: Bearer llmtr-your_key

From Dashboard > API Keys, click revoke. The key is instantly invalidated. Requests with a revoked key return 401 Unauthorized.

  • There is no fixed active-key limit; create keys according to your team, environment, and rotation needs.
  • The label is a private note — it does not affect security.
  • Use the key only server-side (not in mobile or browser clients).
  • Add .env to .gitignore.
  • Use a secret manager in CI/CD.
  • Revoke and rotate immediately if leaked.