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.
Skip LLM setup during install
Fabro installs no longer require LLM credentials up front. The web installer has an explicit “Skip LLM setup” action, and the CLI supports the same flow for non-interactive installs.Daytona volume mounts
Fabro-managed Daytona sandboxes can now attach existing Daytona volumes from run configuration. This gives workflows a provider-owned place for persistent state such as credentials, caches, datasets, or other files that should survive ephemeral sandbox lifecycles.volume_id from workflow, project, or user run settings.
More
API
API
PUT /install/llmnow accepts an empty provider list to record an intentionally skipped LLM step/install/finishnow accepts completed installs with no LLM vault credentials- Sandbox runtime layout metadata now records provider workspace, repository root, primary repository path, and workspace symlink information
CLI
CLI
- Added non-interactive
fabro install --skip-llm - Interactive
fabro installnow asks whether to configure LLM providers before provider selection
Workflows
Workflows
- Docker and Daytona clone primary GitHub repositories into provider-owned repository roots and keep execution under the workspace symlink
- Added
[[run.sandbox.daytona.volumes]]passthrough for attaching pre-created Daytona volumes
Improvements
Improvements
- Added Venice as a built-in catalog provider with OpenAI-compatible routing
- Preflight now skips LLM client initialization for workflows with no LLM nodes
/modelslisting now paginates before cloning returned model rows