HTTP status: 401 · Title: “API key expired”Documentation Index
Fetch the complete documentation index at: https://docs.kash.bot/llms.txt
Use this file to discover all available pages before exploring further.
When it fires
The key has a non-nullexpires_at and the current time is past it.
Why it happens
- You requested a time-limited key at issuance (recommended for CI keys, contractor access, demos).
- An operator set an expiry on a long-lived key during a security review.
- The key is unchanged; only the wall clock moved.
How to fix
- Issue a new key via Settings → API Keys (self-service, free/developer tiers) or
kash-admin api-keys issue(mm/enterprise tiers). - For automated rotation, schedule a rotation job that issues + activates the new key 24 h before the old one expires.
- The new key will have a different
idand prefix; update every consumer.
Related codes
API_KEY_REVOKED— explicit operator action, distinct from time-based expiry