Documentation Index
Fetch the complete documentation index at: https://docs.gofastskill.com/llms.txt
Use this file to discover all available pages before exploring further.
serve Command
Start the local fastskill HTTP API server and web UI.Usage
Options
| Option | Description | Default |
|---|---|---|
--host <HOST> | Host to bind the server to | localhost |
--port <PORT> | Port to bind the server to | 8080 |
Examples
Basic Server
Custom Host and Port
Authentication Model
fastskill serve binds an HTTP server on your machine and does not enforce built-in JWT authentication.
- No token endpoint is exposed
- API routes do not require
Authorizationorx-api-keyheaders - Registry publish routes use anonymous identity (
anonymous/<id>)
Core Endpoints
GET /- Web UIGET /api/status- Service statusGET /api/project- Project viewGET /api/skills- List skillsPOST /api/search- Search skillsPOST /api/reindex- Reindex skillsPOST /api/registry/publish- Publish package (anonymous scope)GET /api/registry/publish/status/:job_id- Publish job status