NekoHub has two access tiers: public read access and authenticated management access.Documentation Index
Fetch the complete documentation index at: https://docs.nekohub.fengying.xin/llms.txt
Use this file to discover all available pages before exploring further.
Public access
The following endpoints are open:GET /api/v1/public/assetsGET /api/v1/public/assets/{id}GET /content/{storageKey}GET /api/v1/system/pingGET /api/v1/system/bootstrap
Authenticated management
Management APIs accept:- JWT via
Authorization: Bearer <JWT> - API key via
Authorization: Bearer <API_KEY>
/mcp only accepts API keys.
Roles
Current role values are:superAdminadminuser
superAdmin is bootstrap-only. admin can manage user, but not other admin or superAdmin accounts.