docs/guides/board-operator/experimental-features.md
Experimental features are opt-in and are provided without compatibility guarantees. They may break, change, or be removed at any time. Use them at your own risk.
When a feature is marked experimental, Paperclip is still evaluating the product shape and implementation details.
If you need stable behavior for an important workflow, do not rely on an experimental feature.
Board operators enable or disable experiments from Instance Settings > Experimental in the app.
The CLI exposes the same surface:
pnpm paperclipai instance settings:experimental
pnpm paperclipai instance settings:experimental:update --payload-json '{...}'
Those commands change the same opt-in settings that the UI manages.
Experimental features are best used when you are:
Before enabling an experimental feature:
doc/CLI.md when working from the repository.