Key format
lsk_— fixed Locus prefix.<slug>— your client slug, e.g.almapro.<random>— 32 hex characters.
lsk_almapro_a1b2c3d4e5f6...
Sending the key
Pass it as a bearer token:Errors
| Status | Code | Meaning |
|---|---|---|
| 401 | AUTH_MISSING | No bearer token sent. |
| 401 | AUTH_INVALID_FORMAT | Token is not an lsk_… key. |
| 401 | AUTH_INVALID_KEY | Unknown or revoked key. |
| 403 | AUTH_CLIENT_INACTIVE | Key is valid but the client is disabled. |
Rate limits
Usage is attached to your key. When a per-day quota is configured for your client, requests beyond it return429 RATE_LIMIT. Contact Locus to adjust your
quota.
OAuth is out of scope for v1 — API keys only.