API Keys
Every LLMTR key starts with sk_. Create one in Dashboard > API Keys.
Properties
Section titled “Properties”| Field | Value |
|---|---|
| Prefix format | sk_... |
| Max active keys | 5 |
| Raw value visibility | Only at creation time |
| Re-open later | Not supported |
Create a key
Section titled “Create a key”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_keyRevoke
Section titled “Revoke”From Dashboard > API Keys, click revoke. The key is instantly invalidated. Requests with a revoked key return 401 Unauthorized.
Limits
Section titled “Limits”- Up to 5 active keys simultaneously.
- The label is a private note — it does not affect security.
Security checklist
Section titled “Security checklist”- Use the key only server-side (not in mobile or browser clients).
- Add
.envto.gitignore. - Use a secret manager in CI/CD.
- Revoke and rotate immediately if leaked.