Agent-readable docs index: /docs/llms.txt. Full docs in one file: /docs/llms-full.txt. Download /docs/docs.zip to grep all markdown files locally.

Alternative providers

Run Libretto workflows somewhere other than Libretto Cloud Hosting.
Libretto Cloud Hosting is the managed Libretto platform. Alternative providers are useful when you want to keep Libretto's CLI and workflow runtime, but choose a different browser or infrastructure layer.
There are two common patterns:

How provider selection works

Libretto chooses a browser provider in this order:
  1. The --provider flag on open or run
  2. LIBRETTO_PROVIDER in the environment
  3. provider in .libretto/config.json
  4. local
Put provider credentials in the repo root .env file. Libretto loads that file automatically before running CLI commands. Put the persistent provider choice in .libretto/config.json so open and run use the same browser provider without repeating --provider.

Choosing an option

Use Kernel, Browserbase, or Steel when you only want to move browser execution to a managed provider. Use GCP or AWS when you want to own the full workflow hosting stack.
If you want Libretto to manage hosting, workflow deployment, job APIs, schedules, and failure diagnostics for you, use Libretto Cloud Hosting.