SkillDiscs uses bearer-token authentication. Every request must include your API key in theDocumentation Index
Fetch the complete documentation index at: https://docs.skilldiscs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Generating keys
Keys live under Settings → API Keys.- Click Generate, give the key a memorable name.
- The full
sk_...token is shown once at creation. - Only the prefix (
sk_a3f9...) is stored after that — you cannot retrieve a lost key.
Scope
A key grants read access to all Disks owned by the user who created it. Saved-from-others Disks are not exposed via the API; they remain accessible only through the web app at/d/<slug>.
Rotation
To rotate:- Generate a new key.
- Update your client / agent /
.envwith the new value. - Delete the old key from Settings.
Errors
| Status | error code | Cause |
|---|---|---|
401 | unauthorized | Missing header, malformed token, deleted key |
429 | rate_limit_exceeded | >100 req/min on the same key |
500 | internal_error | Server-side issue — retry with backoff |
retry_after (seconds) in the JSON body.