HTTP status: 401 · Title: “Authentication required”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
A route that requires authentication received a request with noX-API-Key header.
Why it happens
- The request was sent without the header (most common — first integration).
- A reverse proxy or HTTP client stripped the header.
- The wrong base URL — the documented endpoints live under
/v1/*; some other route may not require auth.
How to fix
- Pass the key on every authenticated request. Keys are issued via the webapp Settings → API Keys page or
kash-admin api-keys issue. - The plaintext is shown once at issuance. If you’ve lost it, revoke and re-issue.
Related codes
API_KEY_MALFORMED— header present but doesn’t match thekash_(live|test)_*shapeAPI_KEY_INVALID— header well-formed but no row matches