Skip to main content

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

Help me deploy my Libretto workflow and choose the right production path.

First, ask me one question: do I want managed hosting (Libretto Cloud Hosting) or an alternative provider?

Then:
- If I choose managed hosting, follow the Libretto Cloud Hosting docs to authenticate, deploy, and run a hosted workflow.
- If I choose an alternative provider, use the alternative providers docs and ask whether I want Kernel, Browserbase, AWS, or GCP, then guide me through that path.

After setup, provide:
1) commands executed
2) files/config edited
3) deployment/run status
4) next recommended docs page

Do not make unrelated changes.

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.
Other references: