Documentation Index
Fetch the complete documentation index at: https://libretto.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Pick a production path and deploy.
Agent prompt
Manual
Libretto has two production paths:- Libretto Cloud Hosting: managed infrastructure, fastest path to production.
- Alternative providers: run the browser on Kernel or Browserbase, or self-host the workflow runtime on AWS or GCP.
Option A: Libretto Cloud Hosting (managed)
Start here if you want the shortest path from local workflow to hosted runs.Option B: Alternative providers
Use this if you want a provider other than Libretto Cloud Hosting.After deployment
Use these workflow guides to build, debug, and optimize production automations:One-shot workflow generation
Give your agent a goal and a URL, then review the generated browser automation.
Interactive workflow building
Demonstrate a workflow manually and let your agent turn the recorded steps into code.
Debugging workflows
Reproduce failures, inspect live page state, and fix broken automations.
Convert to network requests
Replace UI automation with direct API calls when a site exposes usable network traffic.
- Conceptual model: Understand Libretto
- Command details: CLI reference
- Runtime API details: Library API