Documentation Index
Fetch the complete documentation index at: https://docs.kavachos.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get credentials
Go to huggingface.co/settings/applications and click New OAuth application. Set the redirect URI to:Scopes
Default scopes:openid, profile, email
| Scope | What it unlocks |
|---|---|
openid | OIDC identity token |
profile | Username and full name |
email | Email address |
read-repos | Read access to user repositories |
read-billing | Read billing information |
Hugging Face supports the OIDC discovery endpoint at
https://huggingface.co. User IDs are stable numeric values.Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/huggingface | Redirect to Hugging Face |
| GET | /auth/oauth/callback/huggingface | Handle callback |