Skip to content

API Keys

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

FieldValue
Prefix formatsk_...
Max active keys5
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 sk_your_key

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

  • Up to 5 active keys simultaneously.
  • 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.