Run Libretto sessions on Kernel’s managed browser infrastructure.Kernel is a managed browser provider. Use it when you want Libretto’s local CLI and workflow runtime, but you do not want to run Chromium on your own machine or cloud infrastructure.
Configure Kernel
Create a Kernel API key, then add it to the repo root.env file. Libretto loads .env automatically before running CLI commands.
KERNEL_ENDPOINT is only needed if Kernel gives you a custom API endpoint.
Then set Kernel as the workspace’s default browser provider in .libretto/config.json:
--provider kernel on a single command instead of changing the config file.
Open a session
Open a page with the configured Kernel provider:provider in .libretto/config.json, pass it for this command instead:
Run a workflow
Run workflows normally whenprovider is set in .libretto/config.json: