Skip to content

Configuration

On first interactive host start, paglets host copies the bundled launch config to ~/.paglets/launch.toml. The config declares resident services and optional startup agents.

The bundled defaults currently declare server-info, mesh-info, compute-slots, and user-info built-in services. Interactive starts can sync newer bundled defaults; non-interactive starts keep existing config and print a warning.

Useful flags:

uv run paglets host --yes
uv run paglets host --no-sync-launch-config
uv run paglets host --launch-config /path/to/launch.toml

See Technical Configuration for parser details and API reference.