Documentation Index
Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
Use this file to discover all available pages before exploring further.
System management API
New server-backed system commands give you visibility into Fabro’s operational state through both the CLI and the REST API.fabro system info reports server version, uptime, and run counts. fabro system events streams the global event log. fabro system df and fabro system prune now route through the server for consistent behavior across local and remote setups.
Automatic log rotation
Server logs now rotate daily and are automatically cleaned up after 7 days. Previously, log files could grow unbounded on long-running servers, requiring manual cleanup.More
API
API
- New
GET /api/v1/system/infoendpoint returns server version, uptime, and run statistics - New
GET /api/v1/system/eventsendpoint streams the global event log via SSE - New
GET /api/v1/system/dfendpoint returns disk usage by run - New
POST /api/v1/system/pruneendpoint removes completed run data - Removed deprecated
GET /runs/{id}/verification, sessions, retros, and steer endpoints
CLI
CLI
- Removed
fabro skill installcommand (skills are now managed through workflow definitions)
Improvements
Improvements
- Settings and model commands now route through the server daemon for consistency